We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797f96b commit 8a4b4cfCopy full SHA for 8a4b4cf
src/client.ts
@@ -796,10 +796,12 @@ export class Kernel {
796
invocations: API.Invocations = new API.Invocations(this);
797
browsers: API.Browsers = new API.Browsers(this);
798
}
799
+
800
Kernel.Deployments = Deployments;
801
Kernel.Apps = Apps;
802
Kernel.Invocations = Invocations;
803
Kernel.Browsers = Browsers;
804
805
export declare namespace Kernel {
806
export type RequestOptions = Opts.RequestOptions;
807
0 commit comments