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