interface GroupCreate {
    id?: string;
    type: "group";
}

Hierarchy

  • Record<string, unknown>
    • GroupCreate

Properties

Properties

id?: string
type