export interface radioType { RADIO_ID: string; RADIO_PICTURE: string; TITLE: string; TAGS: string[]; __TYPE__: 'radio'; }