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