Skip to main content
Example
export interface AuthorizationDetail {
  type: string;
  [key: string]: string;
}

Indexable

[key: string]: string

Properties

type
string