Variable rolesConst

roles: {
    admin: bigint;
    editor: bigint;
    owner: bigint;
    viewer: bigint;
} = ...

Type declaration

  • admin: bigint
  • editor: bigint
  • owner: bigint
  • viewer: bigint

Generated using TypeDoc