/** The project. */
export interface ProjectUsage {
  /** The project ID. */
  id?: string;
}
