Files

3 lines
111 B
TypeScript

export declare function setAppBuildId(buildId: string): void;
export declare function getAppBuildId(): string;