1.0.1 • Published 1 year ago

@unidasapp/types v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.0

1 year ago