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 2725359 commit 9b7844eCopy full SHA for 9b7844e
src/@types/common/index.d.ts
@@ -25,4 +25,4 @@ export type SortKey = string | number | boolean;
25
export function defaultSorter(sortKey1: SortKey, sortKey2: SortKey): number;
26
27
/// getUniqueId
28
-export function getUniqueId(): Id;
+export function getUniqueId(length?: number): Id;
src/@types/common/with-schemas/index.d.ts
0 commit comments