spacebar/src/util/schemas/UserNoteUpdateSchema.ts
2023-04-13 15:38:52 -04:00

4 lines
57 B
TypeScript

export interface UserNoteUpdateSchema {
note: string;
}