feat: added type alias (?) for NanoID ID's

pull/243/head
Josh Moore 11 months ago
parent 963eed7860
commit 821bb4719b

1
common/types.d.ts vendored

@ -1,4 +1,5 @@
declare module 'ass' {
type NID = string;
type IdType = 'random' | 'original' | 'gfycat' | 'timestamp' | 'zws'

Loading…
Cancel
Save