Sign in

Type: Group

Group = { id: string; name: string; } | string

Represents a user group included in the authenticated session.

Type Declaration

{ id: string; name: string; }

NameTypeDescription
idstringGroup identifier.
namestringGroup name.

Structured group representation.

string

Group identifier or group name.

© 2024 MonoCloud. All rights reserved.