StringPropDef
Home > @backstage/canon
> StringPropDef
Signature:
export type StringPropDef = {
type: 'string';
default?: string;
required?: boolean;
};
Home > @backstage/canon
> StringPropDef
Signature:
export type StringPropDef = {
type: 'string';
default?: string;
required?: boolean;
};