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

8 lines
137 B
TypeScript

export interface IUnprotectRequest {
fileStorageId: string;
}
export interface IUnprotectResponse {
fileStorageId: string;
}