mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 03:57:01 +00:00
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
|
|
export type UserNotesSchema = {
|
|
user_id: number;
|
|
username: string;
|
|
note_raw_markdown: string;
|
|
};
|