Specify type for Account in AccountProfile/Timeline/Media
This commit is contained in:
parent
8bb8747b82
commit
db2102a315
|
@ -60,7 +60,7 @@ const mutations: MutationTree<MediaState> = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const actions: ActionTree<MediaState, RootState> = {
|
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 })
|
commit('TimelineSpace/Contents/SideBar/AccountProfile/changeLoading', true, { root: true })
|
||||||
const client = generator(
|
const client = generator(
|
||||||
rootState.TimelineSpace.sns,
|
rootState.TimelineSpace.sns,
|
||||||
|
|
Loading…
Reference in New Issue