I need to define a type for a response which looks like:
TYGOokcgyA9-FQZPM7-evpely6ETEnLyU2yq6hTD_XpTWkPckEP5bFm79hUTtE7rpa6Aiqc6s7xcTXQNNLSClTWtmc7uMIhf-44r3W3d7qY_LkhkGKuv
what type can I use in Typescript for this ?
export interface key {
key:{what type should go over here?}
}