chore: add changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-03 13:19:43 +02:00
parent 5cbb4c6fd1
commit 948d431983
4 changed files with 13 additions and 29 deletions
-24
View File
@@ -29,30 +29,6 @@ const appPlugin: FrontendPlugin<
{},
{},
{
[x: `component:app/${string}`]: ExtensionDefinition<{
config: {};
configInput: {};
output: ConfigurableExtensionDataRef<
{
ref: ComponentRef;
impl: ComponentType;
},
'core.component.component',
{}
>;
inputs: {
[x: string]: ExtensionInput<
AnyExtensionDataRef,
{
optional: boolean;
singleton: boolean;
}
>;
};
kind: 'component';
namespace: string;
name: string;
}>;
app: ExtensionDefinition<{
config: {};
configInput: {};