6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
|
export declare class CronError extends Error {
|
||
|
}
|
||
|
export declare class ExclusiveParametersError extends CronError {
|
||
|
constructor(param1: string, param2: string);
|
||
|
}
|