File

src/app/modules/workspace/interfaces/selectfilter.ts

Properties

board
board: string[]
Type : string[]
contentType
contentType: string[]
Type : string[]
grades
grades: string[]
Type : string[]
medium
medium: string[]
Type : string[]
searchText
searchText: string
Type : string
subject
subject: string[]
Type : string[]
export interface ISelectFilter {
board?: Array<string> ;
subject?: Array<string>;
grades?: Array<string>;
medium?: Array<string>;
contentType?: Array<string>;
searchText: string;
}

results matching ""

    No results matching ""