package types // Empty empty alias type type Empty = struct{} // Fn empty argument func alias type type Fn = func()