Type Alias GeneratorContextProps

GeneratorContextProps: {
    invoke: <T>(key: string, priority: number, args: any[]) => Promise<T>;
}

Type declaration

  • invoke: <T>(key: string, priority: number, args: any[]) => Promise<T>