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

12 lines
264 B
Plaintext

export declare class PageSignatureError extends Error {
constructor({ page }: {
page: string;
});
}
export declare class RemovedPageError extends Error {
constructor();
}
export declare class RemovedUAError extends Error {
constructor();
}