A
Size: a a a
A
A
M
SK
SG
SG
S
SG
SK
interface OneFieldKnown {
field: string,
[anotherField: string]: any;
}
const response: OneFieldKnown = {
field: '123',
anotherField: 2,
andAnotherField: '1235'
}
SK
SK
interface OneFieldKnown {
field: string,
[anotherField: string]: any;
}
const response: OneFieldKnown = {
field: '123',
anotherField: 2,
andAnotherField: '1235'
}
SK
SK
SG
SK
G*
SG
И
G*