Search
Loading...
Skip to content

Type Alias: OptionalPrefix

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