interface StreamRevision_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    and?: InputMaybe<InputMaybe<StreamRevision_Filter>[]>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    mostRecentStream?: InputMaybe<string>;
    mostRecentStream_?: InputMaybe<Stream_Filter>;
    mostRecentStream_contains?: InputMaybe<string>;
    mostRecentStream_contains_nocase?: InputMaybe<string>;
    mostRecentStream_ends_with?: InputMaybe<string>;
    mostRecentStream_ends_with_nocase?: InputMaybe<string>;
    mostRecentStream_gt?: InputMaybe<string>;
    mostRecentStream_gte?: InputMaybe<string>;
    mostRecentStream_in?: InputMaybe<string[]>;
    mostRecentStream_lt?: InputMaybe<string>;
    mostRecentStream_lte?: InputMaybe<string>;
    mostRecentStream_not?: InputMaybe<string>;
    mostRecentStream_not_contains?: InputMaybe<string>;
    mostRecentStream_not_contains_nocase?: InputMaybe<string>;
    mostRecentStream_not_ends_with?: InputMaybe<string>;
    mostRecentStream_not_ends_with_nocase?: InputMaybe<string>;
    mostRecentStream_not_in?: InputMaybe<string[]>;
    mostRecentStream_not_starts_with?: InputMaybe<string>;
    mostRecentStream_not_starts_with_nocase?: InputMaybe<string>;
    mostRecentStream_starts_with?: InputMaybe<string>;
    mostRecentStream_starts_with_nocase?: InputMaybe<string>;
    or?: InputMaybe<InputMaybe<StreamRevision_Filter>[]>;
    periodRevisionIndex?: InputMaybe<number>;
    periodRevisionIndex_gt?: InputMaybe<number>;
    periodRevisionIndex_gte?: InputMaybe<number>;
    periodRevisionIndex_in?: InputMaybe<number[]>;
    periodRevisionIndex_lt?: InputMaybe<number>;
    periodRevisionIndex_lte?: InputMaybe<number>;
    periodRevisionIndex_not?: InputMaybe<number>;
    periodRevisionIndex_not_in?: InputMaybe<number[]>;
    revisionIndex?: InputMaybe<number>;
    revisionIndex_gt?: InputMaybe<number>;
    revisionIndex_gte?: InputMaybe<number>;
    revisionIndex_in?: InputMaybe<number[]>;
    revisionIndex_lt?: InputMaybe<number>;
    revisionIndex_lte?: InputMaybe<number>;
    revisionIndex_not?: InputMaybe<number>;
    revisionIndex_not_in?: InputMaybe<number[]>;
}

Properties

id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
mostRecentStream?: InputMaybe<string>
mostRecentStream_?: InputMaybe<Stream_Filter>
mostRecentStream_contains?: InputMaybe<string>
mostRecentStream_contains_nocase?: InputMaybe<string>
mostRecentStream_ends_with?: InputMaybe<string>
mostRecentStream_ends_with_nocase?: InputMaybe<string>
mostRecentStream_gt?: InputMaybe<string>
mostRecentStream_gte?: InputMaybe<string>
mostRecentStream_in?: InputMaybe<string[]>
mostRecentStream_lt?: InputMaybe<string>
mostRecentStream_lte?: InputMaybe<string>
mostRecentStream_not?: InputMaybe<string>
mostRecentStream_not_contains?: InputMaybe<string>
mostRecentStream_not_contains_nocase?: InputMaybe<string>
mostRecentStream_not_ends_with?: InputMaybe<string>
mostRecentStream_not_ends_with_nocase?: InputMaybe<string>
mostRecentStream_not_in?: InputMaybe<string[]>
mostRecentStream_not_starts_with?: InputMaybe<string>
mostRecentStream_not_starts_with_nocase?: InputMaybe<string>
mostRecentStream_starts_with?: InputMaybe<string>
mostRecentStream_starts_with_nocase?: InputMaybe<string>
periodRevisionIndex?: InputMaybe<number>
periodRevisionIndex_gt?: InputMaybe<number>
periodRevisionIndex_gte?: InputMaybe<number>
periodRevisionIndex_in?: InputMaybe<number[]>
periodRevisionIndex_lt?: InputMaybe<number>
periodRevisionIndex_lte?: InputMaybe<number>
periodRevisionIndex_not?: InputMaybe<number>
periodRevisionIndex_not_in?: InputMaybe<number[]>
revisionIndex?: InputMaybe<number>
revisionIndex_gt?: InputMaybe<number>
revisionIndex_gte?: InputMaybe<number>
revisionIndex_in?: InputMaybe<number[]>
revisionIndex_lt?: InputMaybe<number>
revisionIndex_lte?: InputMaybe<number>
revisionIndex_not?: InputMaybe<number>
revisionIndex_not_in?: InputMaybe<number[]>

Generated using TypeDoc