ScaffolderDryRunResponse.directoryContents
Home > @backstage/plugin-scaffolder-react
> ScaffolderDryRunResponse
> directoryContents
Signature:
directoryContents: Array<{
path: string;
base64Content: string;
executable: boolean;
}>;