UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

13 lines (10 loc) 288 B
import { DdfCulture } from '.' export interface IRetsObjectOptions { resource: string type: string contentId: string | string[] mime?: string // image/jpeg id?: string | undefined // *, means all objects under target resource withLocation?: boolean culture?: DdfCulture }