UNPKG

@hso/d365-cli

Version:

Dynamics 365 Command Line Interface for TypeScript projects for Dataverse

14 lines (12 loc) 276 B
interface AnnotationModel extends Model { annotationid?: string; documentbody?: string; filename?: string; mimetype?: string; notetext?: string; objectid?: { id: string; logicalName: string; }; subject?: string; }