UNPKG

concis

Version:

Concis Component library for PC

8 lines (7 loc) 173 B
interface globalConfig { type: 'localStorage' | 'sessionStorage'; prefix: string; expire: number; isEncrypt: boolean; } export type { globalConfig };