interface FormSalaryNew { date: Date | null; posNo: string; templatePos: string; position: string; positionLineName: string; typePosition: string; levelPosition: string; positionPathSideName: string; positionExecutiveName: string; salary: number | null; salaryPos: number | null; salaryCompensation: number | null; refCommandNo: string; templateDoc: string; doc: string; } interface RequestNoPaidObject { profileId?: string; date: Date | null; detail: string; reference: string; refCommandDate: Date | null; refCommandNo: string; } export type { FormSalaryNew, RequestNoPaidObject };