2023-12-07 09:44:11 +01:00
|
|
|
interface Window {
|
|
|
|
|
Jetpack_Editor_Initial_State: {
|
|
|
|
|
siteLocale: string;
|
|
|
|
|
adminUrl: string;
|
|
|
|
|
available_blocks: {
|
|
|
|
|
'jetpack/ai-assistant-support': boolean;
|
|
|
|
|
};
|
2024-02-16 11:03:01 +01:00
|
|
|
tracksUserData: {
|
|
|
|
|
userid: number;
|
|
|
|
|
username: string;
|
|
|
|
|
};
|
|
|
|
|
wpcomBlogId: string;
|
2023-12-07 09:44:11 +01:00
|
|
|
};
|
|
|
|
|
}
|