Type Alias HooksMap<OM>

HooksMap<OM>: {
    afterTransaction: Hook<OM>[];
    beforeTransaction: Hook<OM>[];
}

Type Parameters