Documentation
    Preparing search index...

    Type Alias CreateTeamInput

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

    Properties

    Properties

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