UNPKG

@remote.it/core

Version:

Core remote.it JavasScript/TypeScript library

13 lines (12 loc) 292 B
export declare class PlatformResource { static all(): Promise<PlatformResourceResponse> } export interface Platform { code: string name: string } export interface PlatformResourceResponse { status: 'true' | 'false' types: Platform[] } //# sourceMappingURL=PlatformResource.d.ts.map