CommonCommandBarProps: {
    __typename: TinaCMSType;
    description?: string;
    href: string;
    iconifyIcon?: { name: string; pack: IncludedIconPack };
    id?: string;
    tags?: string[];
    title: string;
}

Type declaration

  • __typename: TinaCMSType
  • Optionaldescription?: string
  • href: string
  • OptionaliconifyIcon?: { name: string; pack: IncludedIconPack }
  • Optionalid?: string
  • Optionaltags?: string[]
  • title: string