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

5 lines
78 B
TypeScript

export type InsertAccountCache = {
ownerID: string
accts: Array<string>
}