export interface IThreadDto { name: string; section_id: number; creator_id: number; }