mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-05 03:55:14 +00:00
3 lines
178 B
TypeScript
3 lines
178 B
TypeScript
import type { NotificationPolicyJSON } from 'mastodon/api_types/notification_policies';
|
|
|
|
export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type
|