UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

15 lines (14 loc) 307 B
export declare enum RetsFormat { /** * Compact data (usually TSV) */ Compact = "COMPACT", /** * Compact decoded data (usually TSV) */ CompactDecoded = "COMPACT-DECODED", /** * Standard XML data (server may not support) */ StandardXml = "STANDARD-XML" }