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

7 lines
123 B
TypeScript
Raw Normal View History

import { Entity } from 'megalodon'
export type AccountNotification = {
id: string
notification: Entity.Notification
}