StripeReaderSchema: ZodObject<
    { id: ZodString; location: ZodString },
    "strip",
    ZodTypeAny,
    { id: string; location: string },
    { id: string; location: string },
> = ...

Schema for Stripe card reader devices Represents physical payment terminals connected to Stripe

const reader = {
id: "tmr_1234567890",
location: "Counter 1"
};