Skip to content

Type Alias: RemovedIndexResources<T>

Signature

ts
export type RemovedIndexResources<T> = RemoveIndexSignature<{ [K in keyof T]: T[K] }>

Type Parameters

Name
T

Released under the MIT License.