Type alias HSTableOptions<RecordData>

HSTableOptions<RecordData>: {
    applicationId: string;
    fids: Partial<HSFids<RecordData>>;
    highsystems: HighSystemsOptions | HighSystems;
    tableId: string;
}

Type Parameters

  • RecordData extends HSRecordData = {}

Type declaration

  • applicationId: string
  • fids: Partial<HSFids<RecordData>>
  • highsystems: HighSystemsOptions | HighSystems
  • tableId: string

Generated using TypeDoc