Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fastro/modules/group/group.type.ts>GroupType

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
type alias GroupType
import { type GroupType } from "https://deno.land/x/fastro@v0.93.10/modules/group/group.type.ts";
definition: { groupId: string; active: boolean; } & GroupArgType