mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
4 lines
185 B
TypeScript
4 lines
185 B
TypeScript
import type { NotificationPolicyJSON } from 'flavours/glitch/api_types/notification_policies';
|
|
|
|
export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type
|