/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Declared fields are validated; undeclared ones pass through verbatim. */ export type StripePriceCreate = { currency: string; product?: string; product_data?: Record; unit_amount?: number; recurring?: Record; };