export type AppsDBEntryRequest = { value: (string | number | Record) | null; };