mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
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