interface Membership {
    stat: API.soccer.PlayerCareer.Stat[];
    contestantId: string;
    contestantType: string;
    contestantName: string;
    active: string;
    startDate: string;
    role: string;
    type: string;
    transferType?: string;
    endDate?: string;
}

Properties

contestantId: string
contestantType: string
contestantName: string
active: string
startDate: string
role: string
type: string
transferType?: string
endDate?: string