openapi-fastify
    Preparing search index...

    Interface XMLObject

    interface XMLObject {
        attribute?: boolean;
        name?: string;
        namespace?: string;
        prefix?: string;
        wrapped?: boolean;
    }
    Index

    Properties

    attribute?: boolean
    name?: string
    namespace?: string
    prefix?: string
    wrapped?: boolean