export function defaultServiceItem(): ServiceItemType { return { name: "", quantity: 0, category: 0, unit: "", price: 0, remark: "", }; }