/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Read serializer for user platform metadata. */ export type UserPlatformMetadata = { readonly username: string; readonly platform_key: string; metadata: any; readonly created_at: string; readonly updated_at: string; };