export type InvalidAppCredentialBannerProps = {
  name: string;
  slug: string;
};
