Files
receipt-wrangler-api/internal/models/receipt_category.go
2025-02-27 13:05:02 +00:00

7 lines
125 B
Go

package models
type ReceiptCategory struct {
ReceiptId string `json:"receiptId"`
CategoryId string `json:"categoryId"`
}