sunrise-cms/database/getLotOccupantTypes.d.ts

3 lines
139 B
TypeScript

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