UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

6 lines (5 loc) 119 B
export interface RequestUploadFileModel { name: string; file?: File | null; networkFile?: string | null; }