Maps the Custom Field names to actual values.

interface FieldContainer {
    [key: string]: CustomField;
}

Indexable

[key: string]: CustomField