bpms_site/.svn/pristine/91/91cabb8770f88c6eef58174163d2ba4a6bfb6fcb.svn-base
2025-11-02 16:38:49 +03:30

6 lines
194 B
Plaintext

export declare const DYNAMIC_ERROR_CODE = "DYNAMIC_SERVER_USAGE";
export declare class DynamicServerError extends Error {
digest: typeof DYNAMIC_ERROR_CODE;
constructor(type: string);
}