@buzzr/dfs-engine
    Preparing search index...

    Type Alias PlayerGameLogCategoriesShape

    Multi-category stats — populated for sports whose gamelogs span multiple stat groups per game (NFL today). Basketball / MLB entries leave this undefined.

    type PlayerGameLogCategoriesShape = {
        defensive?: Record<string, string>;
        passing?: Record<string, string>;
        receiving?: Record<string, string>;
        rushing?: Record<string, string>;
    }
    Index

    Properties

    defensive?: Record<string, string>
    passing?: Record<string, string>
    receiving?: Record<string, string>
    rushing?: Record<string, string>