export interface RoleInterface { id: string; name: string; description?: string; } //# sourceMappingURL=role.interface.d.ts.map