export default interface FlaggerFeatureDetails { readonly name: string; readonly description: string; readonly version: string; readonly status: string; }