mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
export const profileResponse = {
|
|
id: 'some-id',
|
|
age: 30,
|
|
weight: 168,
|
|
height: 80,
|
|
biological_sex: 'male',
|
|
email: 'nathan@n8n.io',
|
|
};
|