# GC.Spread.Report.IRecord

## Content

# Interface: IRecord

[Spread](../modules/GC.Spread).[Report](../modules/GC.Spread.Report).IRecord

## Hierarchy

- **`IRecord`**

  ↳ [`IFailedRecord`](GC.Spread.Report.IFailedRecord)

## Table of contents

### Properties

- [entity](GC.Spread.Report.IRecord#entity)
- [info](GC.Spread.Report.IRecord#info)

## Properties

### <a id="entity" name="entity"></a> entity

• **entity**: `Object`

record key-value object.

#### Index signature

▪ [key: `string`]: [`DataType`](../modules/GC.Spread.Report#datatype)

___

### <a id="info" name="info"></a> info

• **info**: `Object`

record property info.

#### Index signature

▪ [key: `string`]: [`IEntityFieldInfo`](GC.Spread.Report.IEntityFieldInfo)
