mirror of
https://framagit.org/enfance-libre/statistiques
synced 2025-12-07 13:53:45 +00:00
4 lines
203 B
TypeScript
4 lines
203 B
TypeScript
import { BulletedListItemBlockObjectRequest } from "./BulletedListItemBlockObjectRequest";
|
|
|
|
export type BulletedListItemChildren =
|
|
BulletedListItemBlockObjectRequest["bulleted_list_item"]["children"];
|