mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 18:39:46 +00:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
export const mockUser = {
|
|
public_id: "123e4567-e89b-12d3-a456-426614174000",
|
|
email: "test@example.com",
|
|
full_name: "Test User",
|
|
};
|