summary refs log tree commit diff
path: root/src/util/schemas/RelationshipPostSchema.ts
blob: 774c67f69ee8a8432dcac74614d1d3029c41e5fb (plain) (blame)
1
2
3
4
export interface RelationshipPostSchema {
	discriminator: string;
	username: string;
}