@yookue/ts-lang-utils
    Preparing search index...

    Type Alias ReplaceProp<T, K, V>

    ReplaceProp: Omit<T, K> & { [P in K]: V }

    Type Parameters

    • T
    • K extends keyof T
    • V