RocketChat/Rocket.Chat

View on GitHub
packages/model-typings/src/models/ISmarshHistoryModel.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { ISmarshHistory } from '@rocket.chat/core-typings';

import type { IBaseModel } from './IBaseModel';

// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface ISmarshHistoryModel extends IBaseModel<ISmarshHistory> {
    //
}