export interface DecoratorStructure {
    name: string;
    arguments?: string[];
}
