@webdeveric/utils
    Preparing search index...

    Type Alias NormalizeContext<OwnerRecordType, ContextData>

    type NormalizeContext<OwnerRecordType, ContextData extends AnyRecord> = {
        current: OwnerRecordType;
        data: ContextData;
        original: Readonly<OwnerRecordType>;
    }

    Type Parameters

    • OwnerRecordType
    • ContextData extends AnyRecord
    Index
    original: Readonly<OwnerRecordType>