sunrise-cms/database/getIntermentContainerTypes....

3 lines
160 B
TypeScript

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