UNPKG

naystack

Version:

A stack built with tight Next + Drizzle + GraphQL

9 lines (7 loc) 146 B
interface Context { userId: number | null; } interface AuthorizedContext { userId: number; } export type { AuthorizedContext, Context };