Type Alias SupaworkerHandler<T>

SupaworkerHandler: (job: JobWithPayload<T>) => Promise<void>

Type Parameters

  • T

Type declaration