UNPKG

naystack

Version:

A stack built with tight Next + Drizzle + GraphQL

8 lines (6 loc) 117 B
type ThreadsPost = { text: string; permalink: string; username: string; }; export type { ThreadsPost };