/* 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 StripePaymentLinkCreate = { line_items: Array>; };