JsonObject
Home > @backstage/types
> JsonObject
A type representing all allowed JSON object values.
Signature:
export type JsonObject = {
[key in string]?: JsonValue;
};
References: JsonValue
Home > @backstage/types
> JsonObject
A type representing all allowed JSON object values.
Signature:
export type JsonObject = {
[key in string]?: JsonValue;
};
References: JsonValue