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

4 lines
83 B
TypeScript

export interface IErrorResponse {
errorCode: string;
errorMessage: string;
}