UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 172 B
export declare function configureFastlane({ projectDir, orgSlug, projectSlug, }: { projectDir: string; orgSlug: string; projectSlug: string; }): Promise<void>;