mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 18:21:37 +01:00
4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
|
import type { NotificationPolicyJSON } from 'mastodon/api_types/notification_policies';
|
||
|
|
||
|
export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type
|