Searched refs:IntentFilterProps (Results 1 – 3 of 3) sorted by relevance
7 export type IntentFilterProps = { alias73 function isValidRedirectIntentFilter({ actions, categories }: IntentFilterProps): boolean {80 function propertiesFromIntentFilter(intentFilter: any): IntentFilterProps {
3 export type IntentFilterProps = { alias
1 …IntentFilterProps = {\n actions: string[];\n categories: string[];\n data: {\n scheme: strin…