Interface FilterOptions

interface FilterOptions {
    keywords?: string[];
    languages?: string[];
    licenses?: string[];
    platforms?: PlatformType[];
}

Properties

keywords?: string[]
languages?: string[]
licenses?: string[]
platforms?: PlatformType[]