import type { IStore } from './store/interface'; import type { ITokenService } from './token/interface'; export interface YunzaiAuth { store?: IStore; service?: ITokenService; }