sunrise-cms/database/addIntermentContainerType.d.ts

7 lines
219 B
TypeScript

export interface AddForm {
intermentContainerType: string;
isCremationType?: string;
orderNumber?: number;
}
export default function addIntermentContainerType(addForm: AddForm, user: User): Promise<number>;