summary refs log tree commit diff
path: root/src/util/schemas/responses/LocationMetadataResponse.ts
blob: 55337557b156be4a2c2c03f8ac7c2b053065e50a (plain) (blame)
1
2
3
4
5
export interface LocationMetadataResponse {
	consent_required: boolean;
	country_code: string;
	promotional_email_opt_in: { required: true; pre_checked: false };
}