export interface GetAllProjectAvatars {
  /** The ID or (case-sensitive) key of the project. */
  projectIdOrKey: string | number;
}
