UNPKG

@realestate/types

Version:

Types for real estate

28 lines (25 loc) 984 B
/** * Copyright (c) 2023 ListBird. All Rights Reserved. * * This software product includes software or other works developed by RESO, * subject to the RESO End User License published at www.reso.org. * * Any modifications, derivative works, or redistributions of this source must * maintain this copyright notice. See the RESO EULA for more information. */ export enum GreenVerificationStatus { /** * {@link https://ddwiki.reso.org/display/DDW17/Complete} * * Indicates that verification process is complete. All requirements are complete and official verification * documentation is on file or published; or more than 12 months of occupancy. */ Complete = 'Complete', /** * {@link https://ddwiki.reso.org/display/DDW17/In+Process} * * Indicates that verification process is underway, but not complete. Application, plans testing or * specifications in process; or may be less than 12 months of occupancy. */ InProcess = 'InProcess', }