5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export class SeatModel {
|
|
id: number
|
|
seatNr: string
|
|
state: number
|
|
} |