UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 177 B
type MeMigrationContract = { active?: boolean; date?: Date; id?: number; name?: string; pdf?: string; text?: string; }; export { MeMigrationContract };