interface globalConfig { type: 'localStorage' | 'sessionStorage'; prefix: string; expire: number; isEncrypt: boolean; } export type { globalConfig };