interface N8nTrainingCustomerDatastoreNodeParameters {
limit?: number;
operation?: "getOnePerson" | "getAllPeople";
returnAll?: boolean;
}
interface N8nTrainingCustomerDatastoreNodeParameters {
limit?: number;
operation?: "getOnePerson" | "getAllPeople";
returnAll?: boolean;
}
Max number of results to return Default: 5 Type options: {"minValue":1,"maxValue":10}