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