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

7 lines
123 B
TypeScript

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