sfapi-ts

Home > @cjh1/sfapi > GroupStats

GroupStats type

Signature:

export type GroupStats = {
    gid: number;
    name: string;
    users?: Array<UserStats>;
};

References: UserStats