Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1045
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
import { Model } from '@tachybase/database';
|
|
|
|
export class NotificationLog extends Model {}
|