UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (11 loc) 306 B
import { MeTagTagKeyTypeEnum } from './MeTagTagKeyTypeEnum.js'; type MeTagTagKey = { enum?: string[] | null; key?: string; maxLength?: number | null; minValue?: number | null; optional?: boolean; pattern?: string | null; type?: MeTagTagKeyTypeEnum; }; export { MeTagTagKey };