Skip to main content
Module

x/fastro/modules/user/user.type.ts>UserType

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
type alias UserType
import { type UserType } from "https://deno.land/x/fastro@v0.93.4/modules/user/user.type.ts";
definition: { userId: string; active: boolean; } & UserArgsType