/* tslint:disable:all */ /* tslint:disable:all */ export interface KushkiErrorResponse { code: string; message: string; [k: string]: any; }