We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7d4c4 commit e9b3d8aCopy full SHA for e9b3d8a
1 file changed
src/store/modules/notification.ts
@@ -42,7 +42,7 @@ const getMsgData = () => [
42
},
43
];
44
45
-type MsgDataType = typeof getMsgData;
+type MsgDataType = ReturnType<typeof getMsgData>;
46
47
export const useNotificationStore = defineStore('notification', {
48
state: () => ({
0 commit comments