(url: string)
| 108 | } |
| 109 | |
| 110 | importByUrl(url: string): ReturnType<ScriptService["importByUrl"]> { |
| 111 | return this.doThrow("importByUrl", url); |
| 112 | } |
| 113 | |
| 114 | installByCode(uuid: string, code: string, upsertBy: InstallSource = "user") { |
| 115 | return this.do("installByCode", { uuid, code, upsertBy }); |