File

src/app/enums/user-roles.enum.ts

Index

Properties

Properties

Readonly Static All
All: string
Type : string
Default value : 'All'
Readonly Static PayToPerson
PayToPerson: string
Type : string
Default value : 'PayToPerson'
export class UserRoles {
  public static readonly PayToPerson = 'PayToPerson';
  public static readonly All = 'All';
}

results matching ""

    No results matching ""