Type Alias ElementFormData

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

Type declaration