DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettinKickScalarWhereWithAggregatesInput

    type GuildUserModerationSettinKickScalarWhereWithAggregatesInput = {
        AND?:
            | GuildUserModerationSettinKickScalarWhereWithAggregatesInput
            | GuildUserModerationSettinKickScalarWhereWithAggregatesInput[];
        AuditLogReason?: | StringWithAggregatesFilter<
            "GuildUserModerationSettinKick",
        >
        | string;
        DefaultReason?: | StringWithAggregatesFilter<
            "GuildUserModerationSettinKick",
        >
        | string;
        GuildUserModerationSettingId?: | StringWithAggregatesFilter<
            "GuildUserModerationSettinKick",
        >
        | string;
        Id?: IntWithAggregatesFilter<"GuildUserModerationSettinKick">
        | number;
        NeedReason?:
            | BoolWithAggregatesFilter<"GuildUserModerationSettinKick">
            | boolean;
        NOT?:
            | GuildUserModerationSettinKickScalarWhereWithAggregatesInput
            | GuildUserModerationSettinKickScalarWhereWithAggregatesInput[];
        OR?: GuildUserModerationSettinKickScalarWhereWithAggregatesInput[];
    }
    Index

    Properties

    AuditLogReason?:
        | StringWithAggregatesFilter<"GuildUserModerationSettinKick">
        | string
    DefaultReason?:
        | StringWithAggregatesFilter<"GuildUserModerationSettinKick">
        | string
    GuildUserModerationSettingId?:
        | StringWithAggregatesFilter<"GuildUserModerationSettinKick">
        | string
    Id?: IntWithAggregatesFilter<"GuildUserModerationSettinKick"> | number
    NeedReason?: BoolWithAggregatesFilter<"GuildUserModerationSettinKick"> | boolean