mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
10 lines
163 B
TypeScript
10 lines
163 B
TypeScript
import doc from '../src/shared/AbstractEvent/AbstractEvent.doc.json';
|
|
|
|
console.log(doc);
|
|
|
|
interface API {
|
|
title: string;
|
|
}
|
|
|
|
doc.children.forEach((child) => {});
|