UNPKG

togezr

Version:

Better together_

5 lines 204 B
import { ISlackAccountCacheRecord } from './ISlackAccountCacheRecord'; export interface ISlackAccountCache { [key: string]: ISlackAccountCacheRecord; } //# sourceMappingURL=ISlackAccountCache.d.ts.map