Type Alias LoadFileMetadataData

LoadFileMetadataData: {
    fileKey: string;
    storage?: string;
    workspace: string;
}