@studio-helga/email-api-types
v1.0.0
Published
Shared TypeScript types for the Studio Helga contact email API (HTTP body shape)
Readme
@studio-helga/email-api-types
TypeScript types for the contact-form email API request body.
Install
npm install @studio-helga/email-api-typesUsage
import type { EmailApiRequest } from "@studio-helga/email-api-types";Publish
There is no build step: the package ships TypeScript source. Use the GitHub Action Publish email API types, or from repo root:
yarn workspace @studio-helga/email-api-types npm publish --access publicOptional: yarn workspace @studio-helga/email-api-types typecheck runs tsc --noEmit.
