We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cfe49 commit 5b9a3daCopy full SHA for 5b9a3da
2 files changed
src/index.d.ts
@@ -21,7 +21,7 @@ declare module 'sourcebin' {
21
language?: string | number;
22
}[],
23
options?: {
24
- name?: string;
+ title?: string;
25
description?: string;
26
},
27
): Promise<SourceBin>;
src/methods/create.js
@@ -4,7 +4,7 @@ const get = require('./get.js');
4
/**
5
* File Data Object
6
* @typedef {Object} FileObject
7
- * @property {string} [name] file name
+ * @property {string} [title] file title
8
* @property {string} content file content
9
* @property {number|string} language language or language id
10
*/
0 commit comments