/** * @fileoverview Index file for all interfaces * @description Exports all interfaces for easy importing */ export type { ActivityDraftBase } from "./ActivityDraftBase.js"; export type { ContentCreationDraft } from "./ContentCreationDraft.js"; export type { PublicSpeakingDraft } from "./PublicSpeakingDraft.js"; export type { WorkshopDraft } from "./WorkshopDraft.js"; export type { MentoringDraft } from "./MentoringDraft.js"; export type { ProductFeedbackDraft } from "./ProductFeedbackDraft.js"; export type { GooglerInteractionDraft } from "./GooglerInteractionDraft.js"; export type { StoryDraft } from "./StoryDraft.js"; //# sourceMappingURL=index.d.ts.map