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

Hierarchy (view full)

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.