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

6 lines
99 B
TypeScript

export declare type Permission = {
id: number;
target: string;
action: string;
};