type RespondentBundle = {
    features: string[];
    bundleName?: string;
    bundleCost?: string;
};

export type { RespondentBundle };
