Skip to content

Interface: FRSuggestedSearch ​

Defined in: federal-register/sdk.ts:73

OFR-curated suggested search (topic bundle).

Properties ​

description? ​

ts
optional description: string;

Defined in: federal-register/sdk.ts:77


documents_in_last_year? ​

ts
optional documents_in_last_year: number;

Defined in: federal-register/sdk.ts:78


documents_with_open_comment_periods? ​

ts
optional documents_with_open_comment_periods: number;

Defined in: federal-register/sdk.ts:79


search_conditions? ​

ts
optional search_conditions: Record<string, unknown>;

Defined in: federal-register/sdk.ts:80


section ​

ts
section: string;

Defined in: federal-register/sdk.ts:76


slug ​

ts
slug: string;

Defined in: federal-register/sdk.ts:75


title ​

ts
title: string;

Defined in: federal-register/sdk.ts:74

Released under the MIT License.