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