@@ -0,0 +1,6 @@
export type DocsLinkType = {
title: string;
href: string;
strict?: boolean;
children?: DocsLinkType[];
};
The note is not visible to the blocked user.