export interface IATValReq { statements: string[]; } export interface IATValResponse { syntaxCheckResult: string[]; }