victor-dev-toolbox
Advanced tools
Comparing version 1.1.71 to 1.1.72
@@ -134,2 +134,8 @@ interface CountryInterface { | ||
} | ||
/** | ||
* Represents the interface for adding a new record to the database. | ||
* @property {FileUploadInterface[]} files - An array of file upload information. | ||
* @property {FileUploadInterface[]} documents - An array of document upload information. | ||
* @property {any} record - The record data to be added to the database. | ||
*/ | ||
interface AddRecordInterface { | ||
@@ -136,0 +142,0 @@ files: FileUploadInterface[]; |
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.1.71", | ||
"version": "1.1.72", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -72,2 +72,8 @@ import { FileUploadInterface } from "./file-manager.interface"; | ||
/** | ||
* Represents the interface for adding a new record to the database. | ||
* @property {FileUploadInterface[]} files - An array of file upload information. | ||
* @property {FileUploadInterface[]} documents - An array of document upload information. | ||
* @property {any} record - The record data to be added to the database. | ||
*/ | ||
export interface AddRecordInterface { | ||
@@ -74,0 +80,0 @@ files: FileUploadInterface[], |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
362637
6284