@nodecfdi/sat-ws-descarga-masiva
    Preparing search index...

    Type Alias ComplementoInterface<T>

    type ComplementoInterface<T> = {
        isTypeOf(type: T): boolean;
        label(): string;
        toJSON(): string;
        value(): string;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods