summary refs log tree commit diff
path: root/src/util/schemas/UserNoteUpdateSchema.ts
blob: 0a731279bce3818f3b9dfe036d7f7c4322cd6c54 (plain) (blame)
1
2
3
export interface UserNoteUpdateSchema {
	note: string;
}