CSCustomMessageScalarWhereInput: {
    AND?: CSCustomMessageScalarWhereInput | CSCustomMessageScalarWhereInput[];
    NOT?: CSCustomMessageScalarWhereInput | CSCustomMessageScalarWhereInput[];
    OR?: CSCustomMessageScalarWhereInput[];
    clubStreamerId?: StringFilter<"CSCustomMessage"> | string;
    content?: StringNullableFilter<"CSCustomMessage"> | string | null;
    dbId?: StringFilter<"CSCustomMessage"> | string;
    showInviteButton?: BoolNullableFilter<"CSCustomMessage"> | boolean | null;
    showWatchButton?: BoolNullableFilter<"CSCustomMessage"> | boolean | null;
    type?: EnumStreamerMessageTypeEnumFilter<"CSCustomMessage"> | StreamerMessageTypeEnum;
}