wonder-stuff
    Preparing search index...

    Type Alias SecretString

    A secret that is a string.

    This opaque type makes it clearer when secrets are being used and enforces the need for explicit casting if they must be used as a string.

    type SecretString = {
        "[opaque]": "Secret";
    }
    Index

    Properties

    Properties

    "[opaque]": "Secret"