@kepas/daraja-js
    Preparing search index...

    Interface ProofRef

    interface ProofRef {
        kind:
            | "production-observed"
            | "production-code"
            | "sdk-code"
            | "safaricom-docs";
        ref: string;
    }
    Index

    Properties

    Properties

    kind: "production-observed" | "production-code" | "sdk-code" | "safaricom-docs"
    ref: string