GetPropDefTypes
Home > @backstage/canon
> GetPropDefTypes
Signature:
type GetPropDefTypes<P> = {
[K in keyof P]?: GetPropDefType<P[K]>;
};
References: GetPropDefType
Home > @backstage/canon
> GetPropDefTypes
Signature:
type GetPropDefTypes<P> = {
[K in keyof P]?: GetPropDefType<P[K]>;
};
References: GetPropDefType