Can you help me define a type for a response that has this format?
TYGOokcgyA9-FQZPM7-evpely6ETEnLyU2yq6hTD_XpTWkPckEP5bFm79hUTtE7rpa6Aiqc6s7xcTXQNNLSClTWtmc7uMIhf-44r3W3d7qY_LkhkGKuv
In Typescript, what type should I use for this structure?
export interface key {
key:{what type should go over here?}
}