export interface CallApiParams { viewId?: string; apiMethod?: string; parameters?: string[]; params?: { [key: string]: object; }; }