@valon-technologies/gestalt
    Preparing search index...

    Interface GetSecretResponse

    GetSecretResponse returns the secret value.

    interface GetSecretResponse {
        value: string;
    }
    Index

    Properties

    Properties

    value: string