4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
export const ValidAppViewRoutes = ['u2f', 'extension'] as const
|
|
|
|
export type AppViewRouteParam = (typeof ValidAppViewRoutes)[number]
|