n8n-nodes-seclore/nodes/SecloreProtect/Services/Interfaces/UnprotectInterfaces.ts

9 lines
177 B
TypeScript
Raw Normal View History

2025-10-22 09:55:52 +00:00
export interface IUnprotectRequest {
fileStorageId: string;
}
export interface IUnprotectResponse {
fileStorageId: string;
2025-10-29 05:05:14 +00:00
headers?: { [key: string]: string };
2025-10-22 09:55:52 +00:00
}