Type alias TokenSetUpdateInput

TokenSetUpdateInput: {
    description?: string | null;
    name?: string | null;
}

Type declaration

  • Optional description?: string | null
  • Optional name?: string | null

Generated using TypeDoc