Skip to content

Commit

Permalink
fixed own error
Browse files Browse the repository at this point in the history
  • Loading branch information
buddekai committed Nov 13, 2020
1 parent 924e768 commit 6de328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import * as n from './neon';
* Rules restrict the actual relationships that can be formed.
*/
export const RelationshipTypeUnion = n.union([
n.literal('Related to'),
n.literal('Used'),
n.literal('Used for validation'),
n.literal('Used for calibration'),
n.literal('Generated by'),
]);

/**
Expand Down

0 comments on commit 6de328e

Please sign in to comment.