export function envelope(data: unknown) { return { data, meta: { fromCache: false, cachedAt: null }, } }