UNPKG

228 BTypeScriptView Raw
1export declare function isSerializableProps(page: string, method: string, input: any): true;
2export declare class SerializableError extends Error {
3 constructor(page: string, method: string, path: string, message: string);
4}