@nocobase/client-v2 2.2.0-beta.10 → 2.2.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,7 +143,7 @@ export declare abstract class BaseApplication<TOptions extends BaseApplicationOp
143
143
  setMaintaining(maintaining: boolean): void;
144
144
  getOptions(): TOptions;
145
145
  getName(): string;
146
- getCdnUrl(): any;
146
+ getCdnUrl(): string;
147
147
  getPublicPath(): string;
148
148
  getApiUrl(pathname?: string): string;
149
149
  getRouteUrl(pathname: string): string;