690328:1703 Fixing Refactor uuid by Kimi #11
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface Role {
|
||||
roleId: number;
|
||||
publicId?: string; // ADR-019: public identifier
|
||||
roleId?: number; // Internal INT
|
||||
roleName: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user