Skip to content

Commit f2a2078

Browse files
committed
docs(jsdoc): add links for the methods in Types
1 parent d4f0d3d commit f2a2078

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/types/types.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Types {
3838
}
3939

4040
/**
41-
*
41+
* More information: https://docs.gethyper.ai/types#string
4242
* @param {string} query - The query to be processed
4343
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
4444
* @returns The result of the query as a string data type
@@ -60,7 +60,7 @@ export class Types {
6060
}
6161

6262
/**
63-
*
63+
* More information: https://docs.gethyper.ai/types#integer
6464
* @param {string} query - The query to be processed
6565
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
6666
* @returns The result of the query as an integer data type
@@ -82,7 +82,7 @@ export class Types {
8282
}
8383

8484
/**
85-
*
85+
* More information: https://docs.gethyper.ai/types#float
8686
* @param {string} query - The query to be processed
8787
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
8888
* @returns The result of the query as a float data type
@@ -104,7 +104,7 @@ export class Types {
104104
}
105105

106106
/**
107-
*
107+
* More information: https://docs.gethyper.ai/types#boolean
108108
* @param {string} query - The query to be processed
109109
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
110110
* @returns The result of the query as a boolean data type
@@ -126,7 +126,7 @@ export class Types {
126126
}
127127

128128
/**
129-
*
129+
* More information: https://docs.gethyper.ai/types#datetime
130130
* @param {string} query - The query to be processed
131131
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
132132
* @returns The result of the query as a datetime data type
@@ -148,7 +148,7 @@ export class Types {
148148
}
149149

150150
/**
151-
*
151+
* More information: https://docs.gethyper.ai/types#string-array
152152
* @param {string} query - The query to be processed
153153
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
154154
* @returns The result of the query as a array of strings
@@ -170,7 +170,7 @@ export class Types {
170170
}
171171

172172
/**
173-
*
173+
* More information: https://docs.gethyper.ai/types#integer-array
174174
* @param {string} query - The query to be processed
175175
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
176176
* @returns The result of the query as a array of integers
@@ -192,7 +192,7 @@ export class Types {
192192
}
193193

194194
/**
195-
*
195+
* More information: https://docs.gethyper.ai/types#float-array
196196
* @param {string} query - The query to be processed
197197
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
198198
* @returns The result of the query as a array of floats
@@ -214,7 +214,7 @@ export class Types {
214214
}
215215

216216
/**
217-
*
217+
* More information: https://docs.gethyper.ai/types#boolean-array
218218
* @param {string} query - The query to be processed
219219
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
220220
* @returns The result of the query as a array of booleans
@@ -236,7 +236,7 @@ export class Types {
236236
}
237237

238238
/**
239-
*
239+
* More information: https://docs.gethyper.ai/types#datetime-array
240240
* @param {string} query - The query to be processed
241241
* @param {MethodParamsOptions} options - Optional parameters to be passed to the request, such as `contextId`
242242
* @returns The result of the query as a array of datetime strings

0 commit comments

Comments
 (0)