interface IPermission {
    id: string;
    name: string;
}

Properties

Properties

id: string

Unique identifier for the permission.

name: string

Display name for the permission.