TableActionRegistryEntry: {
    build: (ctx: TableActionContext) => TableAction;
    name?: string;
    surface: "row" | "bulk";
    tester: TableActionTester;
}

Type declaration