export function ok(data, meta) { return meta === undefined ? { success: true, data } : { success: true, data, meta }; }