mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-13 05:48:53 +02:00
16 lines
260 B
TypeScript
16 lines
260 B
TypeScript
export default {
|
|
onUpdate: true,
|
|
onCreate: false,
|
|
source: "advisors",
|
|
fieldsToSync: [
|
|
"firstName",
|
|
"lastName",
|
|
"preferredName",
|
|
"profilePhoto",
|
|
"email",
|
|
"location",
|
|
],
|
|
target: "coaches",
|
|
};
|
|
export const collectionPath = "";
|