The mix_tasks.create DSL entity.
mix_tasks.create
@type t() :: %AshOps.Entity.Create{ __identifier__: any(), action: atom() | Ash.Resource.Actions.Create.t(), arguments: [], description: nil | String.t(), domain: module(), name: atom(), prefix: atom(), resource: module(), task_name: atom(), type: :create }