You've already forked AstralRinth
forked from didirus/AstralRinth
Fixed permissions issue and modpack issue with environment overhaul
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Project, ProjectV3Partial } from '@modrinth/utils'
|
||||
import type { Project, ProjectV3Partial, TeamMember } from '@modrinth/utils'
|
||||
import type { Ref } from 'vue'
|
||||
|
||||
import { createContext } from '.'
|
||||
@@ -7,6 +7,7 @@ export interface ProjectPageContext {
|
||||
projectV2: Ref<Project>
|
||||
projectV3: Ref<ProjectV3Partial>
|
||||
refreshProject: () => Promise<void>
|
||||
currentMember: Ref<TeamMember>
|
||||
}
|
||||
|
||||
export const [injectProjectPageContext, provideProjectPageContext] =
|
||||
|
||||
Reference in New Issue
Block a user