interface IListRecordingDTO { offset?: number; limit?: number; room?: string; session?: string; } export default IListRecordingDTO;