File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,35 +39,10 @@ export type DatabaseBranch = {
3939 */
4040 session_id ?: string ;
4141 /**
42- * @description Provider branch name.
42+ * @description Generated name for the branch .
4343 * @type string
4444 */
4545 branch_name : string ;
46- /**
47- * @description Branch host.
48- * @type string | undefined
49- */
50- host ?: string ;
51- /**
52- * @description Branch port.
53- * @type integer | undefined
54- */
55- port ?: number ;
56- /**
57- * @description Branch database name.
58- * @type string | undefined
59- */
60- name ?: string ;
61- /**
62- * @description Branch username.
63- * @type string | undefined
64- */
65- username ?: string ;
66- /**
67- * @description Branch provider (e.g. internal, neon).
68- * @type string
69- */
70- provider : string ;
7146 /**
7247 * @description Provisioning state of the branch.
7348 * @type string
You can’t perform that action at this time.
0 commit comments