export default { props: { newPipelinePath: { type: String, required: true, }, hasCiEnabled: { type: Boolean, required: true, }, helpPagePath: { type: String, required: true, }, ciLintPath: { type: String, required: true, }, canCreatePipeline: { type: Boolean, required: true, }, }, template: ` `, };