Type Alias DehydratedElementValues

DehydratedElementValues: Record<
    string,
    AttributeFileData<PlatformFile>
    | DehydratedAttributeValue,
>