JsonPrimitive
Home > @backstage/config
> JsonPrimitive
Warning: This API is now obsolete.
Please use the same type from
@backstage/types
instead
A type representing all allowed JSON primitive values.
Signature:
export type JsonPrimitive = CoreJsonPrimitive;
References: CoreJsonPrimitive