AI
Size: a a a
AI
AI
AI
G
AI
G
AI
G
SR
G
GK
ДЗ
type Type = { [key: string]: string }type Type = { [key: SomeEnum]: string }G
type Type = { [key: string]: string }type Type = { [key: SomeEnum]: string }ДЗ
type Type = { [key: SomeEnum]: string }S
type Type = { [key: SomeEnum]: string }type MyType = Record<keyof MyEnum, string>ДЗ
type MyType = Record<keyof MyEnum, string>const test: Record<keyof MyEnum, string> = {};Type '{}' is missing the following properties from type 'Record"toString".........S
const test: Record<keyof MyEnum, string> = {};Type '{}' is missing the following properties from type 'Record"toString".........ДЗ
ДЗ