export interface AuthorizationDetail { type: string; [key: string]: string; }
key
string
Was this page helpful?