import type * as Pinnacle from "../index.mjs"; /** * Body of `POST /forms`. Same shape as `FormDefinition`. */ export type CreateFormRequest = Pinnacle.FormDefinition;