internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaIdentifierAvailableResponseBeta

    Response type for the identifierAvailable endpoint

    type IaIdentifierAvailableResponse = {
        identifier: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    identifier: string
    success: boolean