mirror of
https://github.com/hexastack/hexabot
synced 2025-05-10 15:41:02 +00:00
fix: globals (to be removed later)
This commit is contained in:
parent
9dfc57b503
commit
eda4839fee
3
api/src/global.d.ts
vendored
3
api/src/global.d.ts
vendored
@ -11,3 +11,6 @@ declare global {
|
|||||||
? `${P}_${HyphenToUnderscore<Q>}`
|
? `${P}_${HyphenToUnderscore<Q>}`
|
||||||
: S;
|
: S;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line prettier/prettier
|
||||||
|
export { };
|
||||||
|
Loading…
Reference in New Issue
Block a user