@nocobase/client-v2 2.1.22 → 2.1.23

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.
@@ -141,7 +141,7 @@ export declare abstract class BaseApplication<TOptions extends BaseApplicationOp
141
141
  setMaintaining(maintaining: boolean): void;
142
142
  getOptions(): TOptions;
143
143
  getName(): string;
144
- getCdnUrl(): any;
144
+ getCdnUrl(): string;
145
145
  getPublicPath(): string;
146
146
  getApiUrl(pathname?: string): string;
147
147
  getRouteUrl(pathname: string): string;