import * as todo from './todo' export const contract = { todo, } export type Contract = typeof contract