Skip to main content

SearchSectionsArgs

type SearchSectionsArgs = SearchArgs & {
projectId?: string | null;
};

Arguments for searching sections.

Type Declaration

NameType
projectId?string | null