@asfweb/grpc-session
Version:
## Installation: ``` yarn add @asfweb/grpc-session ``` or ``` npm install @asfweb/grpc-session --save ```
6 lines (5 loc) • 362 B
TypeScript
export declare const ENV: string;
export declare const DEV: boolean;
export declare const _ERROR_SESSION_ID = "Invalid Session Id. Did you forget to call Session.gRPC(call)?";
export declare const _ERROR_SESSION_EXPIRED = "Session has been expired.";
export declare const _ERROR_SESSION_DATA = "Invalid Session Data. Did you forget to call Session.gRPC(call)?";