interface OldRole {
    created?: Moment;
    deletable: boolean;
    features: string[];
    id?: string;
    modified?: Moment;
    name: string;
    rights: any[];
    translatable: boolean;
}

Hierarchy (View Summary)

Properties

created?: Moment
deletable: boolean
features: string[]
id?: string
modified?: Moment
name: string
rights: any[]
translatable: boolean