/**
 * Interface of an ISpace's 'api_logs_per_month' property.
 *
 * @interface ISpaceApiLogsPerMonth
 */
export interface ISpaceApiLogsPerMonth {
  readonly id: number
  readonly counting: number
  readonly created_at: string
}
