// TODO Take from @susy-js/api export type Api = any; export type ContractInstance = any; export interface Contract { instance: ContractInstance; }