UNPKG

@goteborgco/open-api-js-client

Version:

Official JavaScript client for the Göteborg & Co GraphQL API

10 lines (9 loc) 211 B
/** * Represents an image with dimensions and source URL */ export declare class Image { readonly width: number; readonly height: number; readonly source_url: string; constructor(data: any); }