Type alias IgpapiFactoryInput<T>

IgpapiFactoryInput<T>: T extends Inputable<infer Input>
    ? Input
    : never

Type Parameters

  • T