KeyOf<T>: T extends object
    ? (keyof T)[]
    : []

Type Parameters

  • T
MMNEPVFCICPMFPCPTTAAATR