From a567ca3f514b7671da5d523325751a8383885d2c Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 23 Mar 2023 10:40:37 -0400 Subject: auth routes --- src/util/schemas/responses/LocationMetadataResponse.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util/schemas/responses/LocationMetadataResponse.ts (limited to 'src/util/schemas/responses/LocationMetadataResponse.ts') diff --git a/src/util/schemas/responses/LocationMetadataResponse.ts b/src/util/schemas/responses/LocationMetadataResponse.ts new file mode 100644 index 00000000..55337557 --- /dev/null +++ b/src/util/schemas/responses/LocationMetadataResponse.ts @@ -0,0 +1,5 @@ +export interface LocationMetadataResponse { + consent_required: boolean; + country_code: string; + promotional_email_opt_in: { required: true; pre_checked: false }; +} -- cgit 1.5.1