Type Alias ElementFormData

ElementFormData: {
    [attribute: string]: undefined | AttributeValue | AttributeFileData;
}

Type declaration