interface RoadClosureAttribution {
    channel: Channel;
    contributionTime: null | number;
    credit: null | string;
    feedId: null | string;
    idInProvider: null | string;
    partnerId: null | string;
    userChannel: UserChannel;
}

Properties

channel: Channel
contributionTime: null | number
credit: null | string
feedId: null | string
idInProvider: null | string
partnerId: null | string
userChannel: UserChannel