Documentation
    Preparing search index...

    Interface DefaultNameServiceNameResponse

    interface DefaultNameServiceNameResponse {
        data: { name: string | null };
    }
    Index
    data: { name: string | null }