/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * A collection of floats */ export type FloatCollectionOutput = { type?: 'float_collection'; /** * The float collection */ collection?: Array; };