refactor(person-address): change postal_code to camelCase postalCode
Update all references to postal_code field to use camelCase postalCode for consistency with codebase naming conventions. This includes changes to models, schemas, and components.
This commit is contained in:
@@ -6,7 +6,7 @@ export interface PersonAddress extends Base {
|
||||
address: string
|
||||
rt?: string
|
||||
rw?: string
|
||||
postal_code?: string
|
||||
postalCode?: string
|
||||
village_code: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user