mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +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
|