Type Alias OutputFile

type OutputFile = {
    fileName: string;
    fileType: FileType;
    key: string;
    path: string;
    spaceId: SpaceId;
}
Index

Properties

fileName: string
fileType: FileType

Dataset file type

key: string
path: string
spaceId: SpaceId

Space ID for this entity (empty string for personal space)