DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupScalarWhereWithAggregatesInput

    type GuildLeaveSetupScalarWhereWithAggregatesInput = {
        AND?:
            | GuildLeaveSetupScalarWhereWithAggregatesInput
            | GuildLeaveSetupScalarWhereWithAggregatesInput[];
        ChannelId?: StringWithAggregatesFilter<"GuildLeaveSetup">
        | string;
        GuildId?: StringWithAggregatesFilter<"GuildLeaveSetup"> | string;
        Id?: IntWithAggregatesFilter<"GuildLeaveSetup"> | number;
        Image?:
            | BoolNullableWithAggregatesFilter<"GuildLeaveSetup">
            | boolean
            | null;
        MessageTemplateId?:
            | StringNullableWithAggregatesFilter<"GuildLeaveSetup">
            | string
            | null;
        NOT?:
            | GuildLeaveSetupScalarWhereWithAggregatesInput
            | GuildLeaveSetupScalarWhereWithAggregatesInput[];
        OR?: GuildLeaveSetupScalarWhereWithAggregatesInput[];
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"GuildLeaveSetup"> | string
    GuildId?: StringWithAggregatesFilter<"GuildLeaveSetup"> | string
    Id?: IntWithAggregatesFilter<"GuildLeaveSetup"> | number
    Image?: BoolNullableWithAggregatesFilter<"GuildLeaveSetup"> | boolean | null
    MessageTemplateId?:
        | StringNullableWithAggregatesFilter<"GuildLeaveSetup">
        | string
        | null