interface TokenData {
    segmentId: string;
    token: string;
}

Properties

Properties

segmentId: string
token: string