UNPKG

@telstra/iot-connectivity-manager

Version:
28 lines (27 loc) 671 B
export declare abstract class Schemas { static readonly GET_ALL_SERVICES: { type: string; properties: { pageNumber: { type: string; minimum: number; }; pageSize: { type: string; minimum: number; maximum: number; }; orderBy: { type: string; }; orderDirection: { type: string; enum: string[]; }; accountNumber: { type: string; }; }; additionalProperties: boolean; }; }