mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:10:44 +00:00
fix(lint): satisfy plugin e2e gate
This commit is contained in:
@@ -40,10 +40,10 @@ export type ClawHubPackageEnvironmentSummary = {
|
||||
knownUnsupported?: string[];
|
||||
};
|
||||
export type ClawHubPackageArtifactSummary = {
|
||||
kind?: "legacy-zip" | "npm-pack" | null;
|
||||
kind?: string | null;
|
||||
sha256?: string | null;
|
||||
size?: number | null;
|
||||
format?: "zip" | "tgz" | null;
|
||||
format?: string | null;
|
||||
npmIntegrity?: string | null;
|
||||
npmShasum?: string | null;
|
||||
npmTarballName?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user