interface TagConfig {
    name: string;
    member_table?: string[];
}

Properties

Properties

name: string
member_table?: string[]