@urixen/ptero-connect
    Preparing search index...

    Interface ServerDatabaseResetPasswd

    interface ServerDatabaseResetPasswd {
        attributes: {
            created_at: string;
            database: string;
            host: number;
            id: number;
            max_connections: number;
            password: string;
            remote: string;
            server: number;
            updated_at: string;
            username: string;
        };
        object: "server_database";
    }
    Index

    Properties

    Properties

    attributes: {
        created_at: string;
        database: string;
        host: number;
        id: number;
        max_connections: number;
        password: string;
        remote: string;
        server: number;
        updated_at: string;
        username: string;
    }
    object: "server_database"