fin-check-api/cmd/http-server/types.go

8 lines
69 B
Go
Raw Normal View History

2024-08-02 17:14:06 +02:00
package main
type Account struct {
}
type ErrorResponse struct {
}