fix error

This commit is contained in:
Denis Angell
2023-03-27 18:58:49 +00:00
parent 0560a5867f
commit bcbba483c5

View File

@@ -22,7 +22,7 @@ import { HookParameter } from '../models/common'
* @description * @description
* Transaction types * Transaction types
*/ */
export type TTS = typeof tts export type TTS = typeof TRANSACTION_TYPE_MAP
/** /**
* Calculate the hook on * Calculate the hook on