Type alias AnyKeys<T>

AnyKeys<T>: {
    [P in keyof T]?: T[P] | any
}

Type Parameters

  • T

Generated using TypeDoc