UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 99 B
export interface XcodeProjectObjectWithId<T> { id: string; obj: T; comment?: string; }