7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
export declare type UpdatePermission = {
|
|
id: number;
|
|
principal: any;
|
|
target: string;
|
|
action: string;
|
|
};
|