Files
Epicnabbo-Catalogus-Updated…/Coolui v3 test/src/api/catalog/MarketplaceOfferState.ts
T
2026-01-26 19:06:51 +01:00

8 lines
200 B
TypeScript

export class MarketPlaceOfferState
{
public static readonly ONGOING = 1;
public static readonly ONGOING_OWN = 1;
public static readonly SOLD = 2;
public static readonly EXPIRED = 3;
}