interface Foo {};

interface NonNullable {
  attribute Foo?? foo;
};