Type Alias OutputFile

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

Properties

fileName: string
fileType: FileType
key: string
path: string
spaceId: SpaceId