Type Alias CustomSpecifier<T>
CustomSpecifier: { __vir__custom__specifier__key__do__not__use__in__actual__objects: true; __vir__shape__specifier__key__do__not__use__in__actual__objects: true; checker: (value: unknown) => value is T; customName: string; defaultValue: T;} Type declaration
__vir__custom__specifier__key__do__not__use__in__actual__objects: true
__vir__shape__specifier__key__do__not__use__in__actual__objects: true
checker: (value: unknown) => value is T
customName: string
defaultValue: T
A type representing a custom specifier.