fix(sample-app): make possible to run app

This commit is contained in:
Morb0
2021-01-03 15:35:18 +03:00
parent 334304a823
commit e75415340b
9 changed files with 117 additions and 210 deletions

View File

@@ -1,6 +0,0 @@
export interface UpdateMetadata {
name: string;
type: string;
methodName: string;
callback?: Function | Record<string, any>;
}