export interface IManifestCoordinates {
  name: string;
  namespace: string;
  account: string;
}
