Skip to main content

Variable.InvestFundStatus

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

Type Declaration

NameTypeDefault value
Active"ACTIVE"'ACTIVE'
Closed"CLOSED"'CLOSED'
Draft"DRAFT"'DRAFT'