struct( this: void | Function | Options, name: string, ...options: Options[],): <T extends ClassLike>( target: T, context: ClassDecoratorContext<T> & DecoratorContext<Metadata>,) => T Returns <T extends ClassLike>(
target: T,
context: ClassDecoratorContext<T> & DecoratorContext<Metadata>,
) => T
Properties
Methods
Decorates a class as a struct.