Variable AuthFlagConst

AuthFlag: Readonly<{
    Account: "A";
    Transfer: "T";
}> = ...

Type declaration

  • Account: "A"
  • Transfer: "T"