navigation on collections and dynamic routing improvements
This commit is contained in:
parent
5c56af0dad
commit
44b55d9bbb
11 changed files with 117 additions and 48 deletions
5
types/collection/operation.ts
Normal file
5
types/collection/operation.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import type BaseCollection from "./baseCollection";
|
||||
|
||||
export default interface Operation extends BaseCollection {
|
||||
content: Array<{ type: string; children: Array<{ type: string; text: string }>; level?: number }>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue