Entracte (TypeScript)
    Preparing search index...
    type PostponeState = {
        count: number;
        max: number;
        remaining: number;
    }
    Index

    Properties

    Properties

    count: number
    max: number
    remaining: number