Type alias HSRecordOptions<RecordData>

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

Type Parameters

  • RecordData extends HSRecordData = {
        recordid: string;
    }

Type declaration

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

Generated using TypeDoc