height-app-api > SentryIssueLinkObject
SentryIssueLinkObject type
Signature:
export type SentryIssueLinkObject = {
metadata: {
type: 'sentryIssue';
project: {
slug: string;
id: string;
};
issueId: string;
};
};