.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
export declare class PageSignatureError extends Error {
|
||||
constructor({ page }: {
|
||||
page: string;
|
||||
});
|
||||
}
|
||||
export declare class RemovedPageError extends Error {
|
||||
constructor();
|
||||
}
|
||||
export declare class RemovedUAError extends Error {
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user