Interface ImplementationAttributes

interface ImplementationAttributes {
    subName?: string;
    tags?: Set<string>;
}

Properties

Properties

subName?: string
tags?: Set<string>