Type Alias EntryInput<M>

EntryInput: M extends keyof ModelRegistry
    ? ApplyOverrides<M, ModelRegistry[M]>
    : Record<string, unknown>

Type Parameters

  • M extends string