This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
tmp/src/types.ts
2023-09-11 15:47:30 +03:00

4 lines
58 B
TypeScript

export interface User {
name: string;
email: string;
}