Variable EnterpriseLayersReferencesConst
EnterpriseLayersReferences: (
| TUnsafe<Partial<{ [key: `g_${string}`]: string }>>
| TUnsafe<
Partial<
{ [key: `f_${string}`]: Partial<{ [key: `g_${string}`]: string }> },
>,
>
| TObject<
{
layers: TOptional<
TRef<
TUnsafe<
Partial<{ [key: `f_${string}`]: Partial<{ [key: ...]: ... }> }>,
>,
>,
>;
},
>
)[] = ...