DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupCreateOrConnectWithoutGuildsInput

    type GuildWelcomeSetupCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildWelcomeSetupCreateWithoutGuildsInput,
            GuildWelcomeSetupUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildWelcomeSetupWhereUniqueInput;
    }
    Index

    Properties

    Properties