bpms_site/.svn/pristine/8e/8e50a4830eb9ec9b7ccf26a73e1ed932766b6c15.svn-base
2025-11-02 16:38:49 +03:30

5 lines
228 B
Plaintext

export declare class SerializableError extends Error {
constructor(page: string, method: string, path: string, message: string);
}
export declare function isSerializableProps(page: string, method: string, input: any): true;