UNPKG
@aidarkezio/main-func
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.0
2.0.8
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
1.7.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
📦 It has my funcs
github.com/AiDarkEzio/main-func
AiDarkEzio/main-func
@aidarkezio/main-func
/
lib
/
@types
/
constant.d.ts
8 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{ z }
from
'zod'
;
declare
type
params =
Parameters
<
typeof
z.
string
>[
0
];
declare
type
ErrorArgs
= { [
key
:
string
]: params; };
export
declare
const
ERROR_ARGS
:
ErrorArgs
;
export
{};
//# sourceMappingURL=constant.d.ts.map