@sprucelabs/spruce-event-utils
Version:
Some helpful utilities to speed up working with Mercury! 🚅
30 lines (29 loc) • 624 B
TypeScript
declare const _default: {
id: string;
name: string;
moduleToImportFromWhenRemote: string;
importsWhenRemote: string[];
fields: {
locationId: {
type: "id";
options: undefined;
};
personId: {
type: "id";
options: undefined;
};
organizationId: {
type: "id";
options: undefined;
};
skillId: {
type: "id";
options: undefined;
};
roleId: {
type: "id";
options: undefined;
};
};
};
export default _default;