mirror of
https://github.com/ION606/archivebot.git
synced 2026-06-06 07:52:57 +00:00
Initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export declare namespace errorUtil {
|
||||
type ErrMessage = string | {
|
||||
message?: string;
|
||||
};
|
||||
const errToObj: (message?: ErrMessage | undefined) => {
|
||||
message?: string | undefined;
|
||||
};
|
||||
const toString: (message?: ErrMessage | undefined) => string | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user