5 lines
96 B
Text
5 lines
96 B
Text
object Customer:
|
|
id: u32,
|
|
first_name: string,
|
|
last_name: string,
|
|
date_fetched: date
|