UrlFilterableRepository interface infrastructure exported
Last updated: 2026-02-24T19:46:21.800Z
Location
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
interface UrlFilterableRepository
Summary
Storage repository filtered by URL pattern.
Source Code
export interface UrlFilterableRepository<T> {
/** Get items matching a specific URL */
getForUrl(url: string): Promise<T[]>;
}
Members
| Name | Kind | Visibility | Status | Signature |
|---|---|---|---|---|
| getForUrl | method | - | getForUrl(url: string): : Promise<T[]> |
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| getSavedForms | uses |
| getIgnoredFields | uses |
| getRules | uses |