Skip to main content
Version: Next 🚧

[T] NsDeclarationsDecorator

type NsDeclarationsDecorator: (context, target) => void;

Mark an enum as declaring XML namespaces. See @ns

Parameters

ParameterType
contextDecoratorContext
targetEnum

Returns

void