/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { TokenProxyOutputSerializerData } from './TokenProxyOutputSerializerData'; /** * The SPA expects this outer data key so we need to create an extra layer */ export type TokenProxyOutput = { data: TokenProxyOutputSerializerData; };