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