fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
    Preparing search index...

    Interface PlayoffTeam

    PlayoffTeam struct

    Represents a single team's playoff entry with its seed and short name.

    interface PlayoffTeam {
        seed: number;
        short_name: string;
    }
    Index

    Properties

    Properties

    seed: number
    short_name: string