/** * @deprecated Will be removed once apps are no longer relying on it to resolve assets. * Apps using public-api 0.10.22 or newer no longer depend on this global. */ export type DevvitGlobalScope = WindowOrWorkerGlobalScope & { devvit?: { config?: { assets: { readonly [path: string]: string; }; }; }; }; //# sourceMappingURL=Devvit.d.ts.map