Added vue from groups

This commit is contained in:
2026-04-25 16:12:24 +01:00
parent a1446f39ca
commit 3e6aae68d2
5 changed files with 254 additions and 0 deletions
@@ -0,0 +1,21 @@
/**
* BeReadyBackend
*
*
*
* 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 GetPostDto {
id?: number;
libelle?: string | null;
creationDate?: string;
likes?: number;
isLiked?: boolean;
userId?: number;
username?: string | null;
}