lfk-client-js/dist/models/Permission.d.ts

6 lines
99 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
export declare type Permission = {
id: number;
target: string;
action: string;
};