Type alias HasTitleOrBody

HasTitleOrBody: {
    body: string;
    title?: string;
}

Type declaration

  • body: string
  • Optional title?: string