{ lib, ... }:
{
options.mine.shared = lib.mkOption {
type = lib.types.attrsOf lib.types.anything;
default = {};
};
}