interface ISimpleImportMetadata {
    fields?: { [key: string]: FieldToUpdate };
    tags?: string[];
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

fields?: { [key: string]: FieldToUpdate }

The fields that will be assigned to the entry.

tags?: string[]

The tags that will be assigned to the entry.