Documentation
    Preparing search index...

    Type Alias Team

    type Team = {
        __typename: "Team";
        ID: number;
        Name?: string | null;
        Sport?: string | null;
    }
    Index

    Properties

    __typename: "Team"
    ID: number
    Name?: string | null
    Sport?: string | null