Type Alias VoidOk

Source
Expand description

A value that is a success void

type VoidOk = Record<string, never>