sunrise-cms/database/getIntermentCommittalTypes....

3 lines
160 B
TypeScript

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