RoleOutputDTO

interface RoleOutputDTO {
    createdAt: string;
    id: string;
    name: string;
    permissions: PermissionOnRoleDTO[];
    system: boolean;
    updatedAt: string;
}

Properties

createdAt: string

RoleOutputDTO

id: string

RoleOutputDTO

name: string

RoleOutputDTO

permissions: PermissionOnRoleDTO[]

RoleOutputDTO

system: boolean

RoleOutputDTO

updatedAt: string

RoleOutputDTO