Interface: MetaFieldFileValue
Represents a file value within a metafield.
This interface defines the structure for file references stored in custom fields of type FILE. When users upload files through the configurator, the file data is stored separately and referenced through this structure, allowing efficient file management and retrieval.
File values maintain both a unique identifier and the storage path, ensuring files can be accessed both programmatically (via ID) and directly (via path) when needed for processing or display.