openapi-fastify
    Preparing search index...

    Interface ContactObject

    interface ContactObject {
        email?: string;
        name?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    email?: string
    name?: string
    url?: string