UNPKG

@rero/ng-core

Version:

RERO angular core library.

11 lines (10 loc) 229 B
/** * Interface representing an action status for permission check. */ export interface ActionStatus { can: boolean; message: string; url?: string; routerLink?: string[]; type?: string | undefined | null; }