refactor: add type namePrefix

This commit is contained in:
Net 2024-08-28 09:46:32 +07:00 committed by Methapon Metanipat
parent 15277d3a03
commit 86a0c1f775

View file

@ -11,6 +11,7 @@ export type Employee = {
createdByUserId: string;
updatedByUserId: string;
statusOrder: string;
namePrefix: string;
firstName: string;
firstNameEN: string;
lastName: string;