feat(plugin): add SCUM ownership migration foundation
This commit is contained in:
@@ -615,6 +615,9 @@ export interface GamePluginPage {
|
||||
key: string;
|
||||
title: string;
|
||||
path: string;
|
||||
bundleKey: string;
|
||||
bundleVersion: string;
|
||||
bundleIntegritySha256: `sha256:${string}`;
|
||||
permissions?: PluginPermission[];
|
||||
bridgeActions?: PluginBridgeAction[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user