astro-ghostcms/.pnpm-store/v3/files/16/2da81ff83cc79eeefe966c225af...

11 lines
225 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
interface AppToggledEventPayload {
app: string;
}
export declare function eventAppToggled(options: {
appName: 'other' | (string & {});
}): {
eventName: string;
payload: AppToggledEventPayload;
}[];
export {};