@open-social-protocol/osp-plugin-webview-types
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@open-social-protocol/osp-plugin-webview-types", | ||
"description": "API types for Open Social Protocol plugins", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"private": false, | ||
@@ -28,4 +28,3 @@ "repository": { | ||
"extends": [ | ||
"eslint:recommended", | ||
"react-app" | ||
"eslint:recommended" | ||
] | ||
@@ -32,0 +31,0 @@ }, |
@@ -1,6 +0,5 @@ | ||
import { PageType } from "@open-social-protocol/osp-plugin-api-types"; | ||
import { TPluginUrlParams } from "@open-social-protocol/osp-plugin-api-types"; | ||
export type TSandboxUrlParams = { | ||
type: PageType; | ||
urlParams?: { [key: string]: string }; | ||
}; | ||
} & Pick<TPluginUrlParams, "type" | "mode">; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6835
205