Specify type for Account in AccountProfile/Timeline/Media

This commit is contained in:
AkiraFukushima 2021-02-04 11:08:30 +09:00
parent 8bb8747b82
commit db2102a315
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const mutations: MutationTree<MediaState> = {
}
const actions: ActionTree<MediaState, RootState> = {
fetchTimeline: async ({ commit, rootState }, account: Account) => {
fetchTimeline: async ({ commit, rootState }, account: Entity.Account) => {
commit('TimelineSpace/Contents/SideBar/AccountProfile/changeLoading', true, { root: true })
const client = generator(
rootState.TimelineSpace.sns,