export type DatabaseType = "laws" | "advice"; export interface Topic { blockId: string; name: string; } export interface Error { status: string; }