// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. /** * Search request for the static upstream registry exposed through Demo3. */ export type Demo3UpstreamRegistrySearchRequest = { /** * Optional decoder-code filter. */ decoderCode: string | null, /** * Optional program-id filter. */ programId: string | null, /** * Optional program-family filter. */ programFamily: string | null, /** * Optional surface-kind filter. */ surfaceKind: string | null, /** * Optional entry-kind filter. */ entryKind: string | null, /** * Optional proof-status filter. */ proofStatus: string | null, /** * Optional maximum number of entries to return. */ limit: number | null, };