feat: init

This commit is contained in:
zhenyi
2026-06-07 11:30:56 +08:00
commit 563381c1ca
361 changed files with 41327 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pub mod notification;
pub mod notification_blocks;
pub mod notification_deliveries;
pub mod notification_subscriptions;
pub mod notification_templates;
pub use notification::Notification;
pub use notification_blocks::NotificationBlock;
pub use notification_deliveries::NotificationDelivery;
pub use notification_subscriptions::NotificationSubscription;
pub use notification_templates::NotificationTemplate;