Type Alias FullDecoratorSpec

FullDecoratorSpec: {
    id?: string;
    options: Record<string, any>;
    type: string;
}

A spec for a Decorator in "full" format, ie consisting of its type, an options object and an optional ID.

Version :