mirror of
https://github.com/flarum/core.git
synced 2025-07-30 05:00:56 +02:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export default class Notification extends Model {
|
|
}
|
|
import Model from "../Model";
|