glitch-soc/mastodon

View on GitHub
app/javascript/flavours/glitch/models/notification_policy.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { NotificationPolicyJSON } from 'flavours/glitch/api_types/notification_policies';

export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type