/** * Tag type. * * Tags can be used to keep track of mulitple requests. */ export type Tag = string;