migrate transaction tag store to composition API and typescript
This commit is contained in:
@@ -12,3 +12,5 @@ export interface TypeAndDisplayName {
|
||||
readonly type: number;
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export type BeforeResolveFunction = (callback: () => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user