package interfaces type IsZoneMomentThumbedUpFillable interface { GetZoneMomentId() int64 SetIsZoneMomentThumbedUp(is_thumbed_up int64) }