Properties

Properties

match: (
    action: unknown,
) => action is {
    payload: {
        id: string;
        index?: number;
        value:
            | string
            | string[]
            | PhoneNumberInputValue
            | FidoRegistrationInputValue
            | FidoAuthenticationInputValue;
    };
    type: string;
}
type: string