UNPKG

@pixelygroup/keycloak-koa-connect

Version:
14 lines (11 loc) 202 B
/** * * Created by zhangsong on 2018/8/10. */ import SessionStore from '../stores/session-store'; interface IConfig { scope?: string; store?: any; cookies?: string; } export default IConfig;