GroupUpdateDto

Type Alias: GroupUpdateDto

[object Object]

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

Defines the DTO for updating an existing group, containing all necessary information for modifying a group's properties. The GroupUpdateDTO is used to transfer data from the client to the server when updating an existing group, allowing for changes to be made to the group's details while ensuring that the provided information is validated appropriately for the update process.

Properties

active

[object Object]

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


name

[object Object]

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


type

[object Object]

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

On this page