UNPKG

@sassoftware/vi-api

Version:
15 lines (14 loc) 309 B
export interface AttachmentFormData { title: string; label: string; options: AttachmentDialogOptions; pageModel?: { id?: string; type: string; }; } export interface AttachmentDialogOptions { maxSize?: number; allowMultiple?: boolean; fileExtensions?: string; }