TFieldValueFile: {
    uploads?: {
        [filename: string]: string;
    };
    url?: string;
    value?: IStoreValueFileValue[];
}