export interface QueryParam {
    notNull?: boolean;
}
