type OptionalPrefix<T> = `ubq://${T}` | T;
Type helper for settings keypaths that can optionally include the ‘ubq://’ prefix.
Type Parameters#
Type Parameter |
---|
T extends string |
type OptionalPrefix<T> = `ubq://${T}` | T;
Type helper for settings keypaths that can optionally include the ‘ubq://’ prefix.
Type Parameter |
---|
T extends string |