method ScriptService.rawScriptByPathTokenedimport { ScriptService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/ScriptService.ts"; rawScriptByPathTokened(unnamed 0: { workspace: string; token: string; path: string; }): CancelablePromise<string>raw script by path with a token (mostly used by lsp to be used with import maps to resolve scripts) Parametersunnamed 0: { workspace: string; token: string; path: string; }ReturnsCancelablePromise<string>string script content