GroupResponseDto

Type Alias: GroupResponseDto

[object Object]

Defined in: app/api/types.gen.ts:414

Represents the response DTO for a group, containing all relevant information about the group, including its properties and any associated data. The GroupResponseDTO is used to transfer comprehensive group data from the server to the client when retrieving group information, allowing for a complete representation of the group's details in the response payload. The GroupResponseDTO can include properties such as the group's unique identifier, name, active status, type, and any associated group picture information, providing a comprehensive view of the group data for the client application.

Properties

active

[object Object]

Defined in: app/api/types.gen.ts:417


groupPicturePath?

optional groupPicturePath?: string | null

Defined in: app/api/types.gen.ts:419


id

[object Object]

Defined in: app/api/types.gen.ts:415


name

[object Object]

Defined in: app/api/types.gen.ts:416


type

[object Object]

Defined in: app/api/types.gen.ts:418

On this page