Files
mtdb_movie/resources/client/profile/user-profile.ts
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
91 B
TypeScript
Executable File

export interface UserProfile {
city: string;
country: string;
description: string;
}