PostTemplate: Metadata & {
    default?: boolean | null;
    description?: string | null;
    fields: string[];
    label: string;
}

Type declaration

  • Optional default?: boolean | null
  • Optional description?: string | null
  • fields: string[]
  • label: string