export interface InfoProps { /** * set id of the info card */ id?: string; /** * set topic of information */ topic: string; /** * set information */ information: string; }