@cfxlabsinc/b2b-services
    Preparing search index...
    interface StpError {
        estado: number;
        mensaje: string;
        total?: number;
    }
    Index

    Properties

    Properties

    estado: number
    mensaje: string
    total?: number