Type alias FlattenMaps<T>

FlattenMaps<T>: {
    [K in keyof T]: FlattenProperty<T[K]>
}

Type Parameters

  • T

Generated using TypeDoc