UNPKG

@jnxplus/common

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (6 loc) 172 B
import { ImageType } from '../../../.'; export interface QuarkusBuildImageExecutorSchema { imageType: ImageType; imageNamePrefix: string; imageNameSuffix: string; }