wilddragon-site/node_modules/next/dist/shared/lib/deployment-id.d.ts

5 lines
272 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export declare function getDeploymentId(): string | undefined;
export declare function getDeploymentIdQuery(ampersand?: boolean): string;
export declare function getAssetToken(): string | undefined;
export declare function getAssetTokenQuery(ampersand?: boolean): string;