sunrise-cms/database/addIntermentContainerType.d.ts

8 lines
259 B
TypeScript

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