@pwngh/economy-lab
    Preparing search index...

    Type Alias AccrualRowKey

    Names one AccrualRow for the drain's and refund's terminal marks.

    type AccrualRowKey = {
        orderId: string;
        sellerId: string;
        seq: number;
    }
    Index
    orderId: string
    sellerId: string
    seq: number