UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

8 lines (7 loc) 302 B
import * as IO from "../../helpers/io.js"; import { AnyRecord, NoContentRecord } from "./record.js"; declare function ofRecord<K extends AnyRecord | NoContentRecord>(model: IO.Type<K, any, any>, record: K): string; export declare const RecordVersionHash: { ofRecord: typeof ofRecord; }; export {};