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

8 lines
137 B
TypeScript
Raw Normal View History

2025-10-22 09:55:52 +00:00
export interface IUnprotectRequest {
fileStorageId: string;
}
export interface IUnprotectResponse {
fileStorageId: string;
}