DisBot
    Preparing search index...

    Type Alias GuildCommandMangerCreateOrConnectWithoutGuildsInput

    type GuildCommandMangerCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildCommandMangerCreateWithoutGuildsInput,
            GuildCommandMangerUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildCommandMangerWhereUniqueInput;
    }
    Index

    Properties

    Properties