sunrise-cms/database/getLotOccupantTypes.d.ts

4 lines
175 B
TypeScript

import type { LotOccupantType } from '../types/recordTypes.js';
export declare function getLotOccupantTypes(): Promise<LotOccupantType[]>;
export default getLotOccupantTypes;