Variable BTUserStateConst

BTUserState: {
    Active: "ACTIVE";
    All: "ALL";
    Approved: "APPROVED";
    Deleted: "DELETED";
    Inactive: "INACTIVE";
    MarkedForDeletion: "MARKED_FOR_DELETION";
    RequestExpired: "REQUEST_EXPIRED";
    Requested: "REQUESTED";
} = ...

Export

Type declaration

  • Readonly Active: "ACTIVE"
  • Readonly All: "ALL"
  • Readonly Approved: "APPROVED"
  • Readonly Deleted: "DELETED"
  • Readonly Inactive: "INACTIVE"
  • Readonly MarkedForDeletion: "MARKED_FOR_DELETION"
  • Readonly RequestExpired: "REQUEST_EXPIRED"
  • Readonly Requested: "REQUESTED"

Generated using TypeDoc