/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StripeLocalProduct = { name: string; description?: string | null; readonly price: string; stripe_product_id?: string | null; sku: string; readonly platform: string; };