Type alias TokenSetInput

TokenSetInput: {
    description?: string | null;
    graph?: string | null;
    index?: string | null;
    name: string;
    type?: TokenSetType | null;
}

Type declaration

  • Optional description?: string | null
  • Optional graph?: string | null
  • Optional index?: string | null
  • name: string
  • Optional type?: TokenSetType | null

Generated using TypeDoc