kaios-types
    Preparing search index...

    Interface MozMMIResult

    interface MozMMIResult {
        additionalInformation?: number | object;
        serviceCode?: string;
        statusMessage?: string;
        success?: boolean;
    }
    Index

    Properties

    additionalInformation?: number | object
    serviceCode?: string
    statusMessage?: string
    success?: boolean