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