// @generated — do not edit import { defineCommand } from "@tailor-platform/erp-kit/core"; import { permissions } from "../lib/permissions.generated"; import { run } from "./createBankAccount"; export const createBankAccount = defineCommand( "createBankAccount", permissions.bankAccount.createBankAccount, run, );