TS
Size: a a a
TS
TS
({
parameters: {
a: 'number',
b: 'number',
},
method: async ({ a, b }) => {
const result = a + b;
return result;
},
returns: 'number',
});
YZ
({
parameters: {
a: 'number',
b: 'number',
},
method: async ({ a, b }) => {
const result = a + b;
return result;
},
returns: 'number',
});
YZ
TS
YZ
TS
({
street: 'string',
building: 'string',
apartment: 'string',
natural: { index: ['street', 'building', 'apartment'] },
});
TS
({
country: 'Country',
name: { type: 'string', unique: true },
location: { type: 'point', required: false },
population: { type: 'number', default: 0 },
});
TS
TS
Р
({
parameters: {
a: 'number',
b: 'number',
},
method: async ({ a, b }) => {
const result = a + b;
return result;
},
returns: 'number',
});
OR
DR
О
TS
TS
О
TS
R