DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildUserModerationInput

    type GuildsCreateOrConnectWithoutGuildUserModerationInput = {
        create: XOR<
            GuildsCreateWithoutGuildUserModerationInput,
            GuildsUncheckedCreateWithoutGuildUserModerationInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties