DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildCommandMangerInput

    type GuildsCreateOrConnectWithoutGuildCommandMangerInput = {
        create: XOR<
            GuildsCreateWithoutGuildCommandMangerInput,
            GuildsUncheckedCreateWithoutGuildCommandMangerInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties