UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
schema
/
config.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
import
{
GovernableConfigSchema
}
from
'@swaptoshi/governance-module'
;
import
{
DexModuleConfig
}
from
'../types'
;
export
declare
const
configSchema
:
GovernableConfigSchema
<
DexModuleConfig
>;