IndexByType type​
Signature:
export type IndexByType<T extends {
type: string;
}> = IndexByProp<T, 'type'>;
References: IndexByProp
Signature:
export type IndexByType<T extends {
type: string;
}> = IndexByProp<T, 'type'>;
References: IndexByProp