UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

14 lines (13 loc) 245 B
/** * StandardNames type for Search request */ export declare enum RetsQueryStandardNamesType { /** * Use SystemName for query */ UseSystemName = 0, /** * Use StandardName for query */ UseStandardName = 1 }