DisBot
    Preparing search index...

    Type Alias GuildSecurityUpsertWithoutGuildsInput

    type GuildSecurityUpsertWithoutGuildsInput = {
        create: XOR<
            GuildSecurityCreateWithoutGuildsInput,
            GuildSecurityUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildSecurityUpdateWithoutGuildsInput,
            GuildSecurityUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildSecurityWhereInput;
    }
    Index

    Properties

    Properties