Newer
Older
percord / src / schemas / UserNoteUpdateSchema.ts
export interface UserNoteUpdateSchema {
	note: string;
}