Interface Group

interface Group {
    bundle: string;
    id: number;
    title: string;
}

Properties

Properties

bundle: string
id: number
title: string