sunrise-cms/database/getIntermentContainerTypes....

3 lines
176 B
TypeScript

import type { IntermentContainerType } from '../types/record.types.js';
export default function getIntermentContainerTypes(includeDeleted?: boolean): IntermentContainerType[];