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

    Type Alias DfsPayoutTableDefinition

    type DfsPayoutTableDefinition = {
        bookId: DfsBookId;
        effectiveFrom: string;
        entries: readonly DfsPayoutTableEntry[];
        playTypeId: DfsPlayTypeId;
        sourceNotes?: readonly string[];
        version?: string;
    }
    Index

    Properties

    bookId: DfsBookId
    effectiveFrom: string
    entries: readonly DfsPayoutTableEntry[]
    playTypeId: DfsPlayTypeId
    sourceNotes?: readonly string[]
    version?: string