ReportIssueTemplate
Home > @backstage/plugin-techdocs-module-addons-contrib
> ReportIssueTemplate
Properties for creating an issue in a remote issue tracker.
Signature:
export type ReportIssueTemplate = {
title: string;
body: string;
};
Home > @backstage/plugin-techdocs-module-addons-contrib
> ReportIssueTemplate
Properties for creating an issue in a remote issue tracker.
Signature:
export type ReportIssueTemplate = {
title: string;
body: string;
};