Type alias TokenSetOrderUpdateInput

TokenSetOrderUpdateInput: {
    orderIndex?: string | null;
    urn?: string | null;
}

Type declaration

  • Optional orderIndex?: string | null
  • Optional urn?: string | null

Generated using TypeDoc