Variable.InvestFundStatus
const InvestFundStatus: {
Active: "ACTIVE";
Closed: "CLOSED";
Draft: "DRAFT";
};
Type Declaration
| Name | Type |
|---|---|
Active | "ACTIVE" |
Closed | "CLOSED" |
Draft | "DRAFT" |
const InvestFundStatus: {
Active: "ACTIVE";
Closed: "CLOSED";
Draft: "DRAFT";
};
| Name | Type |
|---|---|
Active | "ACTIVE" |
Closed | "CLOSED" |
Draft | "DRAFT" |