Update API reports for createSentryCreateProjectAction

Signed-off-by: Brent Swisher <brent@brentswisher.com>
This commit is contained in:
Brent Swisher
2025-07-09 16:16:12 -04:00
parent ca2b39240e
commit e5dcddc5de
@@ -16,6 +16,7 @@ export function createSentryCreateProjectAction(options: {
teamSlug: string;
name: string;
slug?: string | undefined;
platform?: string | undefined;
authToken?: string | undefined;
},
{