Type alias ToClientEvents<T>

ToClientEvents<T>: {
    [x in keyof T]: FbnsNotification<T[x]>
}

Type Parameters

  • T