export type AppsDBEntry = { value: (string | number | Record) | null; readonly modified_at: string; };