refactor(scum): remove legacy projection workflows
This commit is contained in:
@@ -1,8 +1 @@
|
||||
export interface PluginPageWorkspaceActions {
|
||||
listSCUMPlayers?: () => Promise<unknown>;
|
||||
listSCUMSquads?: () => Promise<unknown>;
|
||||
listSCUMSquadMembers?: () => Promise<unknown>;
|
||||
listSCUMVehicles?: () => Promise<unknown>;
|
||||
listSCUMFlags?: () => Promise<unknown>;
|
||||
listSCUMPositions?: () => Promise<unknown>;
|
||||
}
|
||||
export interface PluginPageWorkspaceActions {}
|
||||
|
||||
Reference in New Issue
Block a user