Type alias IndexDetails

IndexDetails: Index & {
    figures?: Record<string, any>;
    progress?: number;
}

Type declaration

  • Optional figures?: Record<string, any>
  • Optional progress?: number