interface GroupCreation {
    gid: Wid;
    participants: {
        [key: string]: any[];
    }[];
    status: number;
}

Properties

gid: Wid
participants: {
    [key: string]: any[];
}[]

Type declaration

  • [key: string]: any[]
status: number