@pleisto/active-support

    Type Alias RequiredKeys<T>

    RequiredKeys: { [K in keyof T]-?: {} extends Pick<T, K> ? never : K }[keyof T]

    pick all required properties from an object.

    Type Parameters

    • T
    MMNEPVFCICPMFPCPTTAAATR