UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

15 lines 618 B
import { Composition, COMPOSITOIN, Records } from "."; interface InvoiceRecordArgs { composition: COMPOSITOIN; invoiceRefs?: Array<{ id: string; reference: string; }>; } export declare class InvoiceRecordComp extends Composition implements Records { create: (options: InvoiceRecordArgs, Credentials?: any, DatabasePath?: any) => Promise<any>; update: (options: InvoiceRecordArgs, Credentials?: any, DatabasePath?: any) => Promise<any>; getOptions: (options: InvoiceRecordArgs) => Promise<InvoiceRecordArgs>; } export {}; //# sourceMappingURL=InvoiceRecord.d.ts.map