Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias KeysOptional<T_Object>

    KeysOptional: Exclude<keyof T_Object, KeysRequired<T_Object>>

    Returns the keys that are optional in the give object type.

    Type Parameters

    • T_Object

      Type with keys.

    2.0.0-alpha