@salesforce/core
    Preparing search index...

    Type Alias ScratchOrgLifecycleEvent

    type ScratchOrgLifecycleEvent = {
        scratchOrgInfo?: ScratchOrgInfo;
        stage: typeof scratchOrgLifecycleStages[number];
    }
    Index
    scratchOrgInfo?: ScratchOrgInfo
    stage: typeof scratchOrgLifecycleStages[number]