yousufhassan / instagram-time-capsule

Relive your Instagram memories
0 stars 0 forks source link

Create named typed for Users, Chats, Conversations #21

Closed yousufhassan closed 1 year ago

yousufhassan commented 1 year ago

Create named types for all the data stored in the database, and specify them in the functions that return Users, Chats, Conversations.

For now, put them all in a file called types.ts within src/, but maybe create multiple files if several types are being made.