mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-09 04:22:42 -05:00
4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import type { NotificationPolicyJSON } from 'mastodon/api_types/notification_policies';
|
|
|
|
export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type
|