UNPKG

alepha

Version:

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

7 lines (4 loc) 264 B
import type { Static } from "alepha"; import { createOrganizationSchema } from "./createOrganizationSchema.ts"; export const updateOrganizationSchema = createOrganizationSchema.partial(); export type UpdateOrganization = Static<typeof updateOrganizationSchema>;