Skip to content
Snippets Groups Projects
Commit c5596d16 authored by marihachi's avatar marihachi
Browse files

fix type definition of MfmSearch

parent e06ff15a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export type MfmQuote = {
export type MfmSearch = {
type: 'search';
props: {
q: string;
query: string;
content: string;
};
children?: [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment