UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

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