UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

11 lines (8 loc) 222 B
import { RetsFormat } from './RetsFormat' import { RetsMetadataType } from './RetsMetadataType' export interface IRetsMetadataOptions { type: RetsMetadataType id?: string format?: RetsFormat classType?: string }