interface BulkTransitionDecodedPermission {
    displayName: string;
    id: string;
}

Hierarchy

  • Record<string, unknown>
    • BulkTransitionDecodedPermission

Properties

Properties

displayName: string

Human-readable name of the permission.

id: string

The platform id of the permission (e.g. VIEW_CONTENT).