Whalebird-desktop-client-ma.../src/types/cachedAccount.ts

6 lines
81 B
TypeScript
Raw Normal View History

2019-08-08 16:39:27 +02:00
export type CachedAccount = {
_id?: string
acct: string
owner_id: string
}