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