wilddragon-site/node_modules/next/dist/shared/lib/deployment-id.d.ts
2026-04-17 15:51:01 -04:00

4 lines
272 B
TypeScript
Executable file

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;