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

    Type Alias DfsBetPendingVerification

    @buzzr/dfs-engine — pure-functional DFS prop grading, payouts, and stat normalization for PrizePicks/Underdog-style contests.

    All exports are pure functions or types — no I/O, no React, no native deps. Feed it data, get grading decisions and payout math back.

    type DfsBetPendingVerification = {
        lastFlaggedAt: string;
        midGameDnp: DfsMidGameDnpEntry[];
    }
    Index

    Properties

    lastFlaggedAt: string

    ISO; refreshes whenever the watcher changes the array shape.

    midGameDnp: DfsMidGameDnpEntry[]