Type alias HighSystemsResponseGetFile
HighSystemsResponseGetFile: {
results: {
filename: string;
location: {
appid: string;
fieldid: string;
recordid: string;
tableid: string;
};
size: number;
};
success: boolean;
}
Type declaration
results: {
filename: string;
location: {
appid: string;
fieldid: string;
recordid: string;
tableid: string;
};
size: number;
}
filename: string
location: {
appid: string;
fieldid: string;
recordid: string;
tableid: string;
}
appid: string
fieldid: string
recordid: string
tableid: string
size: number
success: boolean