Skip to main content

height-app-api > GroupObject

GroupObject type

Signature:

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