export interface ISerializedThoughtRelation {
  readonly knowledge: string[];
  readonly wants: string[];
}
