summary refs log tree commit diff
path: root/src/util/schemas/responses/UserNoteResponse.ts
blob: b142811e431b865d03fb00e59780f234b34bcb89 (plain) (blame)
1
2
3
4
5
export interface UserNoteResponse {
	note: string;
	note_user_id: string;
	user_id: string;
}