ปรับ code => เงินเดือน/ค่าจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-30 16:21:27 +07:00
parent 068769e317
commit 72590f3ac9
9 changed files with 133 additions and 134 deletions

View file

@ -23,6 +23,13 @@ interface ItemsMenu {
type: string;
}
interface ItemsCards {
label: string;
name: string;
color: string;
total: number;
}
interface FormData {
name: string;
posTypeId: string;
@ -47,4 +54,12 @@ interface FormSalaryRate {
isNext: boolean;
}
export type { DataOption, NewPagination, ItemsMenu, DataOptionShort, FormData ,FormSalaryRate};
export type {
DataOption,
NewPagination,
ItemsMenu,
DataOptionShort,
FormData,
FormSalaryRate,
ItemsCards,
};