Entracte (TypeScript)
    Preparing search index...
    type PostponeDerived = {
        exhausted: boolean;
        finite: PostponeState | null;
        label: string;
    }
    Index

    Properties

    exhausted: boolean
    finite: PostponeState | null
    label: string