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