manifold/common/like.ts
2022-08-25 11:42:57 -06:00

8 lines
116 B
TypeScript

export type Like = {
id: string
userId: string
contractId: string
createdTime: number
tipTxnId?: string
}