Files

9 lines
139 B
TypeScript
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
export const profileResponse = {
id: 'some-id',
age: 30,
weight: 168,
height: 80,
biological_sex: 'male',
email: 'nathan@n8n.io',
};