Initial code import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface InitializationOptions {
|
||||
sessionToken?: string;
|
||||
repos?: RepositoryContext[];
|
||||
}
|
||||
|
||||
export interface RepositoryContext {
|
||||
id: number;
|
||||
owner: string;
|
||||
name: string;
|
||||
|
||||
workspaceUri: string;
|
||||
}
|
||||
Reference in New Issue
Block a user