interface GroupName {
    name: string;
}

Hierarchy

  • Record<string, unknown>
    • GroupName

Properties

Properties

name: string