DisBot
    Preparing search index...

    Type Alias GuildSecurityUpsertWithoutVerificationGatesInput

    type GuildSecurityUpsertWithoutVerificationGatesInput = {
        create: XOR<
            GuildSecurityCreateWithoutVerificationGatesInput,
            GuildSecurityUncheckedCreateWithoutVerificationGatesInput,
        >;
        update: XOR<
            GuildSecurityUpdateWithoutVerificationGatesInput,
            GuildSecurityUncheckedUpdateWithoutVerificationGatesInput,
        >;
        where?: GuildSecurityWhereInput;
    }
    Index

    Properties

    Properties