Documentation
    Preparing search index...

    Type Alias UpdateTeamInput

    type UpdateTeamInput = {
        ID: number;
        Name?: string | null;
        Sport?: string | null;
    }
    Index

    Properties

    Properties

    ID: number
    Name?: string | null
    Sport?: string | null