We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7dcce commit 0f8e834Copy full SHA for 0f8e834
1 file changed
packages/yasqe/src/index.ts
@@ -1958,7 +1958,7 @@ export interface Config extends Partial<CodeMirror.EditorConfiguration> {
1958
* By default, this feature is enabled, and the only the query value is appended to the link.
1959
* ps. This function should return an object which is parseable by jQuery.param (http://api.jquery.com/jQuery.param/)
1960
*/
1961
- createShareableLink: (yasqe: Yasqe) => string;
+ createShareableLink: ((yasqe: Yasqe) => string) | undefined | null;
1962
createShortLink: ((yasqe: Yasqe, longLink: string) => Promise<string>) | undefined;
1963
consumeShareLink: ((yasqe: Yasqe) => void) | undefined | null;
1964
/**
0 commit comments