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

9 lines
177 B
TypeScript

export interface IUnprotectRequest {
fileStorageId: string;
}
export interface IUnprotectResponse {
fileStorageId: string;
headers?: { [key: string]: string };
}