Type alias HSRecordJSON<RecordData>

HSRecordJSON<RecordData>: {
    applicationId: string;
    data: RecordData;
    fids: HSFids<RecordData>;
    fields: HSFieldJSON[];
    highsystems: HighSystemsOptions;
    recordid: string;
    tableId: string;
}

Type Parameters

  • RecordData extends HSRecordData = {
        recordid: string;
    }

Type declaration

  • applicationId: string
  • data: RecordData
  • fids: HSFids<RecordData>
  • fields: HSFieldJSON[]
  • highsystems: HighSystemsOptions
  • recordid: string
  • tableId: string

Generated using TypeDoc