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