1.0.1 • Published 2 years ago

@unidasapp/types v1.0.1

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

2 years ago

1.0.0

2 years ago