// This file is auto-generated by @hey-api/openapi-ts import * as z from 'zod' /** * Success */ export const zPostLogoutResponse = z.record(z.string(), z.unknown())