the-algorithm/tweetypie/common/src/scala/com/twitter/tweetypie/media/package.scala
twitter-team 01dbfee4c0 Open-sourcing Tweetypie
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
2023-05-19 16:20:06 -05:00

8 lines
121 B
Scala

package com.twitter.tweetypie
package object media {
type TweetId = Long
type UserId = Long
type MediaId = Long
}