at 23.11-beta 113 B view raw
1{ lib, ... }: { 2 options.value = lib.mkOption { 3 type = lib.types.either lib.types.int lib.types.str; 4 }; 5}