Skip to main content
Version: Next

JsonArray

Home > @backstage/config > JsonArray

Warning: This API is now obsolete.

Please use the same type from @backstage/types instead

A type representing all allowed JSON array values.

Signature:

export type JsonArray = CoreJsonArray;

References: CoreJsonArray