UNPKG

database-all

Version:

MIMS Drug Database integration

9 lines 526 B
import { IACGSearchObj, IACGDetailsReceiveFields } from "../interfaces/Interfaces"; export default class ActiveCompositionGroups { static searchACGS(searchParam: IACGSearchObj): Promise<unknown>; static getACGDetails(acgId: string, searchParam?: IACGDetailsReceiveFields | null): Promise<unknown>; static getACGCreatedDeltaList(): Promise<unknown>; static getACGUpdatedDeltaList(): Promise<unknown>; static getACGDeletedDeltaList(): Promise<unknown>; } //# sourceMappingURL=ActiveCompositionGroups.d.ts.map