1.0.1 • Published 3 months ago

@unidasapp/types v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

unidasAppTypes

Zod and TS Types

to publish: npm publish --access public

import { Schemas, ClientSchema } from "@unidasApp/types";

console.log(EntityTypes.Candidate === "Candidate"); // outputs: true

let client: ClientSchema = { name: "Company1", };

1.0.1

3 months ago

1.0.0

3 months ago