Interface IFilterResponse

interface IFilterResponse {
    filter_id: string;
}

Properties

Properties

filter_id: string