DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildLeaveSetupInput

    type GuildsCreateOrConnectWithoutGuildLeaveSetupInput = {
        create: XOR<
            GuildsCreateWithoutGuildLeaveSetupInput,
            GuildsUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties