import { Identifiers } from "@angular/compiler";

export interface Keyword{
    keywordID: number;
    keyword: string;
    questions: string[];
}