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