mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-20 22:52:56 -05:00
af0a1a8774
Port d558dfd77dc4f64d3a633efcfc0683ee603a1520 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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
|