export default interface IBlogAuthor { readonly id: string; readonly username: string; readonly firstname: string; readonly lastname: string; readonly img: string; }