export type Feed = {
    updatePeriod?: string;
    updateFrequency?: number;
    updateBase?: string;
};
