no message

This commit is contained in:
Kittapath 2024-06-25 10:21:30 +07:00
parent b11be3364f
commit 568d326797
6 changed files with 643 additions and 31 deletions

View file

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