4 lines
No EOL
62 B
TypeScript
4 lines
No EOL
62 B
TypeScript
interface CheckedState {
|
|
id: number
|
|
checked: boolean
|
|
} |