Variable.InvestFundStatus
const InvestFundStatus: {
Active: "ACTIVE";
Closed: "CLOSED";
Draft: "DRAFT";
};
Status of an investment fund in the platform lifecycle.
Type Declaration
| Name | Type |
|---|---|
Active | "ACTIVE" |
Closed | "CLOSED" |
Draft | "DRAFT" |
const InvestFundStatus: {
Active: "ACTIVE";
Closed: "CLOSED";
Draft: "DRAFT";
};
Status of an investment fund in the platform lifecycle.
| Name | Type |
|---|---|
Active | "ACTIVE" |
Closed | "CLOSED" |
Draft | "DRAFT" |