feat: identity cerbos implementation
This commit is contained in:
@@ -443,9 +443,11 @@ export const route: {
|
||||
*/
|
||||
|
||||
export type Routes = {
|
||||
[key: string]: Routes | Route;
|
||||
[key: string]: Routes | Route | RouteFn;
|
||||
};
|
||||
|
||||
export type RouteFn = (...args: any[]) => any;
|
||||
|
||||
type RouteState = {
|
||||
method: RouteMethod;
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user