UNPKG

@soos-io/api-client

Version:

This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform. Register for a free trial today at https://app.soos.io/register

8 lines (7 loc) 166 B
interface ICodedMessageModel { code: string; message: string; data: Record<string, string>; statusCode: number; } export type { ICodedMessageModel };