Replace entire codebase with homarr-labs/homarr
This commit is contained in:
10
packages/old-import/src/widgets/definitions/notebook.ts
Normal file
10
packages/old-import/src/widgets/definitions/notebook.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { CommonOldmarrWidgetDefinition } from "./common";
|
||||
|
||||
export type OldmarrNotebookDefinition = CommonOldmarrWidgetDefinition<
|
||||
"notebook",
|
||||
{
|
||||
showToolbar: boolean;
|
||||
allowReadOnlyCheck: boolean;
|
||||
content: string;
|
||||
}
|
||||
>;
|
||||
Reference in New Issue
Block a user