Type Alias CFCustomMessageScalarWhereWithAggregatesInput

CFCustomMessageScalarWhereWithAggregatesInput: {
    AND?: CFCustomMessageScalarWhereWithAggregatesInput | CFCustomMessageScalarWhereWithAggregatesInput[];
    NOT?: CFCustomMessageScalarWhereWithAggregatesInput | CFCustomMessageScalarWhereWithAggregatesInput[];
    OR?: CFCustomMessageScalarWhereWithAggregatesInput[];
    clipForwardId?: StringWithAggregatesFilter<"CFCustomMessage"> | string;
    content?: StringNullableWithAggregatesFilter<"CFCustomMessage"> | string | null;
    dbId?: StringWithAggregatesFilter<"CFCustomMessage"> | string;
    showInviteButton?: BoolNullableWithAggregatesFilter<"CFCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableWithAggregatesFilter<"CFCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumWithAggregatesFilter<"CFCustomMessage"> | StreamerMessageTypeEnum;
}