export interface Metadata {
  isIam: boolean;
  alksAccount: string;
  alksRole: string;
}
