UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

7 lines (4 loc) 244 B
import type { Static } from "alepha"; import { organizations } from "../entities/organizations.ts"; export const organizationResourceSchema = organizations.schema; export type OrganizationResource = Static<typeof organizationResourceSchema>;