UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 304 B
import { MePaymentMeanValidationTypeEnum } from './MePaymentMeanValidationTypeEnum.js'; type MePaymentMeanBankAccountValidation = { id?: number; submitUrl?: string | null; url?: string; validationType?: MePaymentMeanValidationTypeEnum; }; export { MePaymentMeanBankAccountValidation };