1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/libs/common/src/models/request/tax-info-update.request.ts

5 lines
79 B
TypeScript

export class TaxInfoUpdateRequest {
country: string;
postalCode: string;
}