UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 170 B
type Oauth2Client = { callbackUrls?: string[]; clientId?: string; createdAt?: Date; description?: string; name?: string; }; export { Oauth2Client };