export type ExtendedWindow = Partial<Window> & {
    GLOBAL_PERMISSIONS?: string[] | undefined;
};
