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