GroupObject type
Signature:
export type GroupObject = {
id: string;
model: 'group';
name: string;
handle: string;
hue: number;
userIds: Array<string>;
archived: boolean;
};
Signature:
export type GroupObject = {
id: string;
model: 'group';
name: string;
handle: string;
hue: number;
userIds: Array<string>;
archived: boolean;
};