UNPKG

chatgpt-app

Version:

基于react、webSocket开发的类ChatGPT组件

19 lines (18 loc) 467 B
export declare const authToken: { set: (value: string) => void; get: (force?: boolean) => string; remove: () => void; clear: () => void; }; export declare const authInfo: { set: (value: string) => void; get: (force?: boolean) => string; remove: () => void; clear: () => void; }; export declare const authFirst: { set: (value: string) => void; get: (force?: boolean) => string; remove: () => void; clear: () => void; };