export interface IOptions { username: string; rows: number; showPreviews?: boolean; }