/** * ============================================================================ * SERVICE INDEX - Notification * ============================================================================ * * Location: @plyaz/api/src/api/services/notification/index.ts * * Aggregates all notification operations * * ============================================================================ */ export * from './GET'; export * from './DELETE'; //# sourceMappingURL=index.d.ts.map