IpdcProduct: {
    id?: string;
    title: string;
    theme?: IpdcTheme;
}

Type declaration

  • Optional id?: string
  • title: string
  • Optional theme?: IpdcTheme