sunrise-cms/database/getLotTypes.d.ts

4 lines
143 B
TypeScript

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