export type ICreateBy = number | string; export type IUpdateBy = number | string; export type ICreateDate = string | Date; export type IUpdateDate = string | Date;