UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

11 lines (10 loc) 248 B
import { DdfCulture } from '.'; export interface IRetsObjectOptions { resource: string; type: string; contentId: string | string[]; mime?: string; id?: string | undefined; withLocation?: boolean; culture?: DdfCulture; }