Skip to content

Commit

Permalink
Merge pull request #88 from multinet-app/sessions-star
Browse files Browse the repository at this point in the history
Update interface to expose starred Session and Workspace objects
  • Loading branch information
JackWilb authored Aug 10, 2023
2 parents 0659c86 + e5ede92 commit d9c9b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface Workspace {
modified: string;
arango_db_name: string;
public: boolean;
starred: boolean;
}

export type TableType = 'all' | 'node' | 'edge';
Expand Down Expand Up @@ -134,6 +135,7 @@ export interface Session {
state: object;
network?: number;
table?: number;
starred: boolean;
}

class MultinetAPI {
Expand Down

0 comments on commit d9c9b62

Please sign in to comment.