mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
export class TaxInfoUpdateRequest {
|
|
country: string;
|
|
postalCode: string;
|
|
}
|