This commit is contained in:
AdisakKanthawilang 2024-06-21 18:06:23 +07:00
parent 5ca15d5433
commit b8d65aee55
2 changed files with 110 additions and 1 deletions

View file

@ -688,6 +688,7 @@ export class CreateProfileAllFields {
currentZipCode: string | null;
}
export type UpdateProfile = {
rank?: string | null;
prefix?: string | null;