DisBot
    Preparing search index...

    Type Alias GuildCommandMangerUncheckedCreateNestedOneWithoutGuildsInput

    type GuildCommandMangerUncheckedCreateNestedOneWithoutGuildsInput = {
        connect?: GuildCommandMangerWhereUniqueInput;
        connectOrCreate?: GuildCommandMangerCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildCommandMangerCreateWithoutGuildsInput,
            GuildCommandMangerUncheckedCreateWithoutGuildsInput,
        >;
    }
    Index

    Properties