sunrise-cms/helpers/functions.dynamicsGP.d.ts

3 lines
180 B
TypeScript

import type { DynamicsGPDocument } from '../types/record.types.js';
export declare function getDynamicsGPDocument(documentNumber: string): Promise<DynamicsGPDocument | undefined>;