export interface IDocAuthor { readonly displayName: string; readonly firstName?: string; readonly lastName?: string; }