export interface Topic { blockId: string; name: string; } export interface Error { status: string; }