Skip to content

Type Alias: FulfillmentState ​

ts
type FulfillmentState = 
  | typeof knownFulfillmentStates[number]
| string & Record<never, never>;

Defined in: src/types/drops.ts:12

공식 OPEN API만 지원 — 비공식 엔드포인트 0건