Plugin Directory

source: jetpack/trunk/extensions/blocks/ai-assistant/global.d.ts @ 3056649

Last change on this file since 3056649 was 3056649, checked in by zinigor, 4 months ago

Updating trunk to version 13.2.2

File size: 259 bytes
Line 
1interface Window {
2        Jetpack_Editor_Initial_State: {
3                siteLocale: string;
4                adminUrl: string;
5                available_blocks: {
6                        'jetpack/ai-assistant-support': boolean;
7                };
8                tracksUserData: {
9                        userid: number;
10                        username: string;
11                };
12                wpcomBlogId: string;
13        };
14}
Note: See TracBrowser for help on using the repository browser.