mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
3 lines
185 B
TypeScript
3 lines
185 B
TypeScript
import type { NotificationPolicyJSON } from 'flavours/glitch/api_types/notification_policies';
|
|
|
|
export type NotificationPolicy = NotificationPolicyJSON; // No changes from the API type
|