47ad267b-d85e-49c0-81bc-8516cf62d1d5.js.map
428 Bytes
{"version":3,"sources":["assets/script/config/Role.ts"],"names":[],"mappings":";;;;;;;AASW,QAAA,IAAI,GAAmC;IAC9C,IAAI,EAAE,MAAM;CACf,CAAA","file":"","sourceRoot":"/","sourcesContent":["import { RoleType } from \"../avg/EditorEnums\";\n\n// Generated by Editor\nexport interface IRole {\n id: number;\n name: string;\n RoleType: RoleType;\n}\n\nexport let role: { name: string, type?: IRole } = {\n name: 'role'\n}"]}