ts-playground
    Preparing search index...
    interface SyncHead {
        local: string | null;
        remote: string | null;
    }
    Index

    Properties

    Properties

    local: string | null
    remote: string | null