@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface StateUnlinkOutput

    interface StateUnlinkOutput {
        localStatePath: string;
        previousGistId: string | null;
        unlinked: boolean;
    }
    Index

    Properties

    localStatePath: string
    previousGistId: string | null
    unlinked: boolean