Create registerMember admin component

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-06 15:07:32 +01:00
parent f6def2f817
commit d79f9f5c84
6 changed files with 98 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
export default interface Response<T> {
status: number;
data: T;
}