Remove OpenActionsStubs (#106)

This commit is contained in:
Steve Faulkner
2020-07-21 13:50:51 -05:00
committed by GitHub
parent 46cca859e3
commit 4f86015be7
29 changed files with 157 additions and 681 deletions

View File

@@ -35,7 +35,7 @@ function sample(prefix) {
if (!isAccepted) throw new Error('The query was not accepted by the server.');
}`;
export default class StoredProcedure implements ViewModels.StoredProcedure {
export default class StoredProcedure {
public nodeKind: string;
public container: Explorer;
public collection: ViewModels.Collection;