UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

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