This website requires JavaScript.
Explore
Help
Sign In
public
/
n8n-nodes-seclore
Watch
4
Fork
You've already forked n8n-nodes-seclore
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
60b90f2f4d
n8n-nodes-seclore
/
nodes
/
SecloreProtect
/
Services
/
Interfaces
/
UnprotectInterfaces.ts
8 lines
137 B
TypeScript
Raw
Normal View
History
Unescape
Escape
interfaces added
2025-10-22 09:55:52 +00:00
export
interface
IUnprotectRequest
{
fileStorageId
:
string
;
}
export
interface
IUnprotectResponse
{
fileStorageId
:
string
;
}