<!--
This file was generated by Spark. Do not edit it by hand.
-->
# AshTypescript.Resource

Spark DSL extension for configuring TypeScript generation on Ash resources.

This extension allows resources to define TypeScript-specific settings,
such as custom type names for the generated TypeScript interfaces.


## typescript
Define TypeScript settings for this resource






### Options

| Name | Type | Default | Docs |
|------|------|---------|------|
| [`type_name`](#typescript-type_name){: #typescript-type_name .spark-required} | `String.t` |  | The name of the TypeScript type for the resource |







<style type="text/css">.spark-required::after { content: "*"; color: red !important; }</style>
