export type BlockTypeResponse = {
  id: string,
  created: string,
  updated: string,
  name: string,
  slug: string,
  logo_url: string | null,
  documentation_url: string | null,
  description: string | null,
  code_example: string | null,
}