export const isPresent = (record: Record) => { return Object.keys(record).length !== 0 }