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

6 lines
81 B
TypeScript

export type CachedAccount = {
_id?: string
acct: string
owner_id: string
}