Skip to main content

Variable.InvestFundStatus

const InvestFundStatus: {
Active: "ACTIVE";
Closed: "CLOSED";
Draft: "DRAFT";
};

Type Declaration

NameType
Active"ACTIVE"
Closed"CLOSED"
Draft"DRAFT"