interfaces And Objects
abstract fun interfacesAndObjects(includeNested: Boolean = true): List<KoInterfaceAndObjectDeclaration>
The interfaces and objects present in the declaration.
Return
a list of KoInterfaceAndObjectDeclaration representing the interfaces and objects in the declaration.
Parameters
include Nested
specifies whether to include nested interfaces and objects.