@conciergus/chat - v0.3.1
    Preparing search index...

    Type Alias OmitByType<T, U>

    OmitByType: { [K in keyof T as T[K] extends U ? never : K]: T[K] }

    Omit properties that are of a specific type

    Type Parameters

    • T
    • U