Type Alias CreateFaceFunc<P>

CreateFaceFunc<P>: ((opts: CreateFaceOptions, ...args: P) => Promise<FwFace>)

Type Parameters

  • P extends any[]