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 9c611b7 commit 9e14ef7Copy full SHA for 9e14ef7
src/client.ts
@@ -761,10 +761,12 @@ export class Supermemory {
761
settings: API.Settings = new API.Settings(this);
762
connections: API.Connections = new API.Connections(this);
763
}
764
+
765
Supermemory.Memories = Memories;
766
Supermemory.Search = Search;
767
Supermemory.Settings = Settings;
768
Supermemory.Connections = Connections;
769
770
export declare namespace Supermemory {
771
export type RequestOptions = Opts.RequestOptions;
772
0 commit comments