interface HostSaveParams<SP extends object> {
    attachments: Attachment[];
    data: SessionData<SP>;
    ocJsonOrZipUrl?: string;
}

Type Parameters

  • SP extends object

Properties

attachments: Attachment[]
ocJsonOrZipUrl?: string