UNPKG

@salad-labs/loopz-typescript

Version:
10 lines 233 B
/** * Represents the possible values for an asset type. * - 0: Value 0 * - 1: Value 1 * - 2: Value 2 * - 3: Value 3 */ type AssetTypeValue = 0 | 1 | 2 | 3; export { AssetTypeValue }; //# sourceMappingURL=assettypevalue.d.ts.map