docs: add more documentation
This commit is contained in:
@@ -2,6 +2,7 @@ import { ReactNode } from 'react';
|
||||
|
||||
export type DocsStructure = {
|
||||
version: string;
|
||||
hasSwagger: boolean;
|
||||
docs: Doc[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user