/** * Shared types for the features module. */ export interface FeatureSuggestion { name: string; slug: string; description: string; flowSlugs: string[]; } //# sourceMappingURL=types.d.ts.map