Source

admin-bro-blog/src/types/blog-post-meta.type.ts

/**
 * Type for an mixed property stored in the database responsible for meta tags like ogTags,
 * facebookMeta and twitterMeta

 * @alias BlogPostMeta
 * @memberof module:@softwarebrothers/admin-bro-blog
 */
export type BlogPostMeta = {
  /**
   * Meta title
   */
  title: string;
  /**
   * Meta description
   */
  description: string;
}
SoftwareBrothers

Proudly built and maintained by SoftwareBrothers

Software House with a passion for both JavaScript and TypeScript.

See what we do See what we believe in

Proudly built and maintained by

SoftwareBrothers