UNPKG

@salad-labs/loopz-typescript

Version:
7 lines 258 B
/** * Represents the possible values for the type of a proposal. * It can be one of the following values: 0, 1, 2, 3, 4, or 5. */ type ProposalTypeValue = 0 | 1 | 2 | 3 | 4 | 5; export { ProposalTypeValue }; //# sourceMappingURL=proposaltypevalue.d.ts.map