@suluk/payments - v0.1.0
    Preparing search index...

    Type Alias Secret<T>

    A processor-side secret / PII value — wrapped so it's explicit at every call site and never accidentally logged.

    type Secret<T = string> = {
        value: T;
    }

    Type Parameters

    • T = string
    Index

    Properties

    Properties

    value: T