grouping interfaces

interface GroupArgument {
    attribute: string;
    title: string;
}

Properties

Properties

attribute: string
title: string