summary refs log tree commit diff
path: root/util/src/schemas/RelationshipPostSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/RelationshipPostSchema.ts')
-rw-r--r--util/src/schemas/RelationshipPostSchema.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/src/schemas/RelationshipPostSchema.ts b/util/src/schemas/RelationshipPostSchema.ts
new file mode 100644

index 00000000..40093700 --- /dev/null +++ b/util/src/schemas/RelationshipPostSchema.ts
@@ -0,0 +1,5 @@ + +export interface RelationshipPostSchema { + discriminator: string; + username: string; +}