PortableSchema
Home > @backstage/frontend-plugin-api
> PortableSchema
Signature:
export type PortableSchema<TOutput, TInput = TOutput> = {
parse: (input: TInput) => TOutput;
schema: JsonObject;
};
References: JsonObject
Home > @backstage/frontend-plugin-api
> PortableSchema
Signature:
export type PortableSchema<TOutput, TInput = TOutput> = {
parse: (input: TInput) => TOutput;
schema: JsonObject;
};
References: JsonObject