UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 158 B
type AgreementsContract = { active?: boolean; date?: Date; name?: string; pdf?: string; text?: string; }; export { AgreementsContract };