@salesforce/core
    Preparing search index...

    Type Alias LWWState<P>

    LWWState: {
        [Property in keyof P]: LWWRegister<
            P[Property]
            | typeof SYMBOL_FOR_DELETED,
        >["state"]
    }

    Type Parameters

    • P