/** * @schema AuthStoreSessionResponse * type: object * description: The authenticated customer's details. * x-schemaName: AuthStoreSessionResponse * required: * - user * properties: * user: * title: user * description: The logged-in customer. * $ref: "#/components/schemas/StoreCustomer" */