@suluk/env - v0.2.0
    Preparing search index...

    Interface ManifestEntry

    interface ManifestEntry {
        name: string;
        secret: boolean;
        required: boolean;
        surfaces: Surface[];
        description?: string;
        example?: string;
        present: boolean;
        encrypted: boolean;
        status: HealthStatus;
    }
    Index

    Properties

    name: string
    secret: boolean
    required: boolean
    surfaces: Surface[]
    description?: string
    example?: string
    present: boolean
    encrypted: boolean
    status: HealthStatus