1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

10 lines
131 B
TypeScript
Raw Normal View History

export interface HistoryValue {
id: number,
value: string,
created_at: Date
user: {
id: number,
name: string
}
}