sunrise-cms/database/getLotTypes.d.ts

3 lines
115 B
TypeScript

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