/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for TokenProxyView POST request input data */ export type TokenProxyInput = { /** * Edx User ID */ user_id?: number; /** * Edx Username */ username?: string; /** * Edx Email */ email?: string; /** * Platform key axd token should belong to */ platform_key: string; };