Type alias Snakify<T>

Snakify<T>: {
    [K in keyof T as SnakifyString<K>]: T[K]
}

Type Parameters

  • T

Generated using TypeDoc