openapi fin

This commit is contained in:
2026-05-05 10:58:22 +02:00
parent 90f49b2d81
commit 49867798f4
46 changed files with 3490 additions and 1 deletions
@@ -0,0 +1,15 @@
/**
* Knots
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface KnotsDTOGroupUpdateGroupProfilePictureDto {
profilePicture?: string | null;
}