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

3 lines
179 B
TypeScript

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