• Function to get all sellers Função para retornar todos os vendedores

    Example

    await calcme.sellers.all();
    

    Returns Promise<{
        data: Seller[];
        errors: any[];
        ids: null;
        totalElements: null;
    }>

Generated using TypeDoc