mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-16 02:24:59 +00:00
6 lines
157 B
Go
6 lines
157 B
Go
|
|
package management
|
||
|
|
|
||
|
|
//AppConfig is a type alias of the generated isApplication_AppConfig config
|
||
|
|
//to make it public
|
||
|
|
type AppConfig = isApplication_AppConfig
|