export interface ITopicsAndAPIs {
    apis: string[]
    topic: string
}
