interfaces
fun <T : KoInterfaceProvider> List<T>.interfaces(includeNested: Boolean = true): List<KoInterfaceDeclaration>
List containing interface declarations.
Return
A list containing interface declarations.
Parameters
include Nested
Whether to include nested interfaces.