manifold/common/view.ts
2022-04-04 22:28:38 -05:00

5 lines
64 B
TypeScript

export type View = {
contractId: string
timestamp: number
}