fix(core): update
This commit is contained in:
parent
1c678ced10
commit
b99a0548a2
@ -1,3 +1,5 @@
|
||||
export * from './sdk.classes.agenvironment';
|
||||
export * from './sdk.classes.aghandler';
|
||||
export * from './sdk.classes.authinfo';
|
||||
|
||||
export * from './interfaces';
|
||||
|
@ -1 +1 @@
|
||||
export {};
|
||||
export * from './projectsettings';
|
||||
|
7
ts/interfaces/projectsettings.ts
Normal file
7
ts/interfaces/projectsettings.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export interface IProjectSettings {
|
||||
registryId: string;
|
||||
registryUrl: string;
|
||||
registryToken: string;
|
||||
packageName: string;
|
||||
environmentVariables: {[key: string]: string};
|
||||
}
|
Loading…
Reference in New Issue
Block a user