File

src/app/core/models/auth/permission-state.type.ts

Index

Properties

Properties

Readonly Static Allow
Allow: PermissionState
Type : PermissionState
Default value : "Allow"
Readonly Static Deny
Deny: PermissionState
Type : PermissionState
Default value : "Deny"
export class PermissionStates {
  static readonly Allow: PermissionState = "Allow";
  static readonly Deny: PermissionState = "Deny";
}

export type PermissionState = "Allow" | "Deny";

results matching ""

    No results matching ""