export type Maybe = T | undefined; export type SiteMetadata = { readonly title: Maybe; readonly description: Maybe; readonly author: Maybe; readonly siteUrl: Maybe; };