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