Files
web/types/trpc/meta.ts

4 lines
48 B
TypeScript

export type Meta = {
authRequired?: boolean
}