Skip to content

Home > @theweave/api > GroupProfile

GroupProfile type

Signature:

typescript
export type GroupProfile = {
    name: string;
    icon_src: string;
    meta_data?: string;
};