DisBot
    Preparing search index...

    Type Alias GuildSecurityUpdateToOneWithWhereWithoutGuildsInput

    type GuildSecurityUpdateToOneWithWhereWithoutGuildsInput = {
        data: XOR<
            GuildSecurityUpdateWithoutGuildsInput,
            GuildSecurityUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildSecurityWhereInput;
    }
    Index

    Properties

    Properties