export const isUndefinedOrNull = (value: any) => value === undefined || value === null;