interface GroupCreate {
    name: string;
    type: string;
}

Properties

Properties

name: string
type: string

Generated using TypeDoc v0.25.12