Variable: ClientIdAndCustomerAppSchema
const ClientIdAndCustomerAppSchema: ZodObject<{
client_id: ZodString;
customer_app: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
client_id: ZodString;
customer_app: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
client_id: ZodString;
customer_app: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/mgmt-oauth.ts:4
Zod schema for OAuth client_id + customer_app request body.