6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
|
export const sentinelApps: string[] = []
|
||
|
|
|
||
|
|
export function getSentinelCategory(_appName: string): string | null {
|
||
|
|
return null
|
||
|
|
}
|