SearchSectionsArgs
type SearchSectionsArgs = SearchArgs & {
projectId?: string | null;
};
Arguments for searching sections.
Type Declaration
| Name | Type |
|---|---|
projectId? | string | null |
type SearchSectionsArgs = SearchArgs & {
projectId?: string | null;
};
Arguments for searching sections.
| Name | Type |
|---|---|
projectId? | string | null |