This commit is contained in:
mamoss 2025-06-16 21:33:47 +07:00
parent 87619410af
commit d8da64afcf
2 changed files with 21 additions and 26 deletions

View file

@ -132,6 +132,6 @@ export type UpdateProfileHonor = {
refCommandDate?: Date | null;
refCommandNo?: string | null;
type?: string | null;
isDate: boolean | null;
isDate?: boolean | null;
isUpload?: boolean | null;
};