Properties

Properties

match: (
    action: unknown,
) => action is {
    payload: { id: string; index?: number; value: CollectorValueTypes };
    type: string;
}
type: string