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