Newer
Older
percord / src / util / schemas / RelationshipPostSchema.ts
@Madeline Madeline on 26 Sep 2022 87 bytes Prettier
export interface RelationshipPostSchema {
	discriminator: string;
	username: string;
}