feat: plugins v1.5
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { TojuPluginManifest } from '../../../../shared-kernel';
|
||||
import type { TojuPluginInstallScope, TojuPluginManifest } from '../../../../shared-kernel';
|
||||
|
||||
export type PluginStoreInstallState = 'installed' | 'notInstalled' | 'updateAvailable';
|
||||
export type PluginStoreActionLabel = 'Install' | 'Install to Server' | 'Remove from Server' | 'Uninstall' | 'Update' | 'Update Server';
|
||||
|
||||
export interface PluginStoreEntry {
|
||||
author?: string;
|
||||
@@ -11,6 +12,7 @@ export interface PluginStoreEntry {
|
||||
imageUrl?: string;
|
||||
installUrl?: string;
|
||||
readmeUrl?: string;
|
||||
scope?: TojuPluginInstallScope;
|
||||
sourceTitle?: string;
|
||||
sourceUrl: string;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user