UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (11 loc) 245 B
import { HttpMethodEnum } from './HttpMethodEnum.js'; type ApiLog = { account?: string; date?: Date; ip?: string | null; logId?: number; method?: HttpMethodEnum; path?: string; route?: string; }; export { ApiLog };