method ScriptService.listScriptsimport { ScriptService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/ScriptService.ts"; listScripts(unnamed 0: { workspace: string; page?: number; perPage?: number; orderDesc?: boolean; createdBy?: string; pathStart?: string; pathExact?: string; firstParentHash?: string; lastParentHash?: string; parentHash?: string; showArchived?: boolean; includeWithoutMain?: boolean; includeDraftOnly?: boolean; isTemplate?: boolean; kinds?: string; starredOnly?: boolean; withDeploymentMsg?: boolean; }): CancelablePromise<Array<Script>>list all scripts Parametersunnamed 0: { workspace: string; page?: number; perPage?: number; orderDesc?: boolean; createdBy?: string; pathStart?: string; pathExact?: string; firstParentHash?: string; lastParentHash?: string; parentHash?: string; showArchived?: boolean; includeWithoutMain?: boolean; includeDraftOnly?: boolean; isTemplate?: boolean; kinds?: string; starredOnly?: boolean; withDeploymentMsg?: boolean; }ReturnsCancelablePromise<Array<Script>>Script All scripts