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

10 lines
187 B
TypeScript

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