import { ISearch } from "./search"; /** * The object used to specify the arguments when searching for {@link IFeedVersionTrackingData}(s). * * @deprecated */ export interface IFeedVersionTrackingDataSearch extends ISearch { /** * @inheritdoc */ id: string; /** Gets or sets search for the table name of the record. */ tableName: string; } //# sourceMappingURL=feed_version_tracking_data_search.d.ts.map