Preparing search index...

    Type Alias personAndTimeObject

    Type representing person count and cooking time extracted from OCR

    type personAndTimeObject = {
        person: number;
        time: number;
    }
    Index

    Properties

    Properties

    person: number
    time: number