Type Alias SharingExecutionFile

type SharingExecutionFile = {
    fileAlias?: string;
    fileID?: string;
    tempContentsLocation?: string;
    templateId?: string;
    type?: "image" | "pdf" | "pptx" | "xlsx" | "html";
    userId?: string;
}
Index

Properties

fileAlias?: string
fileID?: string
tempContentsLocation?: string
templateId?: string

identify the source task template

type?: "image" | "pdf" | "pptx" | "xlsx" | "html"
userId?: string

userId associated with the file