/** * Declared fields are validated; undeclared ones pass through verbatim. */ export type StripePaymentLinkCreate = { line_items: Array>; };