data = {
5c03dbc3d8e3e3435f875a46: "1",
5c03dc0fd8e3e3435f875a48: "2",
5c03dc30d8e3e3435f875a49: "3",
5c03dc5fd8e3e3435f875a4a: "4"
}
I am working with an array similar to this structure. My objective is to extract the keys from this array in order to retrieve the corresponding values associated with each key. This process is specifically for typescript programming.