ts-lambda-api - v2.5.2
    Preparing search index...

    Interface ChecksumConfigurationInternal

    interface ChecksumConfiguration {
        addChecksumAlgorithm(algo: ChecksumAlgorithm): void;
        checksumAlgorithms(): ChecksumAlgorithm[];
        [key: string]: any;
        [key: number]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    • [key: number]: any
    Index

    Methods

    • Parameters

      Returns void