5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
export interface PermissionsEnum {
|
|
value: string;
|
|
label: string;
|
|
}
|