interface DatabaseRelationship {
    attributes: {
        host: string;
        id: number;
        name: string;
        phpmyadmin_url: null | string;
        port: number;
    };
    object: "database_host";
}

Properties

Properties

attributes: {
    host: string;
    id: number;
    name: string;
    phpmyadmin_url: null | string;
    port: number;
}

Type declaration

  • host: string
  • id: number
  • name: string
  • phpmyadmin_url: null | string
  • port: number
object: "database_host"

Generated using TypeDoc