Type Alias HareScriptRTD
type HareScriptRTD = {
embedded: HareScriptResourceDescriptor[];
htmltext: WebHareBlob;
instances: {
data: { whfstype: string; [key: string]: unknown };
instanceid: string;
}[];
links: { linkref: number; tag: string }[];
}
embedded: HareScriptResourceDescriptor[];
htmltext: WebHareBlob;
instances: {
data: { whfstype: string; [key: string]: unknown };
instanceid: string;
}[];
links: { linkref: number; tag: string }[];
}