IGUHealth
    Preparing search index...
    type Input = {
        code: string;
        environment?: { name: string; value: string }[];
    }
    Index

    Properties

    Properties

    code: string
    environment?: { name: string; value: string }[]