Skip to content
Version: xstate@5.0.0

IndexByType type​

Signature:

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

References: IndexByProp