Skip to content

Commit

Permalink
feat: add resources in IDocumentData (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDonald755 committed Feb 3, 2024
1 parent 6e92c60 commit 339c36b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/types/interfaces/i-document-data.ts
Expand Up @@ -35,6 +35,9 @@ export interface IDocumentData extends IReferenceSource, IExtraModelData {
body?: IDocumentBody;
documentStyle: IDocumentStyle;
settings?: IDocumentSettings;
// The type of data depends on how the plug-in is defined
resources?: Array<{ id?: string; name: string; data: string }>;

}

export interface IReferenceSource {
Expand Down

0 comments on commit 339c36b

Please sign in to comment.