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