Files
memberApp/src/vueLib/models/Response.ts
Adrian Zürcher a908db4f38 first commit
2025-10-12 14:56:18 +02:00

4 lines
49 B
TypeScript

export interface Response {
message: string;
}