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