Type alias Sk<T>

Sk<T>: Extract<keyof T, string>

Extract only string keys from an OBject.

Type Parameters

  • T

Generated using TypeDoc