export const notNull = (value: any) => value !== null && value !== undefined;
