@tailor-platform/function-types
v0.8.0
Published
TypeScript types for Tailor Platform Function service
Readme
@tailor-platform/function-types
Usage
Install package.
npm i -D @tailor-platform/function-typesAdd types to tsconfig.json.
{
...
"compilerOptions": {
...
"types": ["@tailor-platform/function-types"]
}
}