manifold/common/view.ts

5 lines
64 B
TypeScript
Raw Normal View History

2022-04-05 03:28:38 +00:00
export type View = {
contractId: string
timestamp: number
}